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:
Eli Bosley
2024-01-11 17:17:23 -05:00
committed by GitHub
parent 764f65ff61
commit a0dfbb4e15
8 changed files with 104 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
[api]
version="3.3.0+89cb2544"
version="3.3.0+eff31423"
extraOrigins="https://google.com,https://test.com"
[local]
[notifier]

View File

@@ -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"