mirror of
https://github.com/unraid/api.git
synced 2026-01-04 15:39:52 -06:00
feat: add logrotate to cron in nestjs (#839)
* feat: add logrotate to cron in nestjs * fix: set max size to 5m and remove old logs * fix: logrotate command invalid
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[api]
|
||||
version="3.3.0+89cb2544"
|
||||
version="3.3.0+eff31423"
|
||||
extraOrigins="https://google.com,https://test.com"
|
||||
[local]
|
||||
[notifier]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[api]
|
||||
version="3.3.0+89cb2544"
|
||||
version="3.3.0+eff31423"
|
||||
extraOrigins="https://google.com,https://test.com"
|
||||
[local]
|
||||
[notifier]
|
||||
@@ -21,4 +21,4 @@ dynamicRemoteAccessType="DISABLED"
|
||||
[upc]
|
||||
apikey="unupc_fab6ff6ffe51040595c6d9ffb63a353ba16cc2ad7d93f813a2e80a5810"
|
||||
[connectionStatus]
|
||||
minigraph="PRE_INIT"
|
||||
minigraph="ERROR_RETRYING"
|
||||
|
||||
Reference in New Issue
Block a user