Skip to content

Commit

Permalink
rotate logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 committed Nov 18, 2023
1 parent bc4760f commit 0dc378c
Show file tree
Hide file tree
Showing 9 changed files with 469 additions and 39 deletions.
8 changes: 6 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"deviceListener": {
"port": 7070
"port": 7070,
"secret": ""
},
"controllerListener": {
"port": 7071
"port": 7071,
"secret": ""
},
"client": {
"port": 7072,
"host": "127.0.0.1"
},
"logging": {
"save": false,
"maxSize": 1,
"maxAge": 14,
"debug": false,
"consoleStatus": false
},
Expand Down
Loading

0 comments on commit 0dc378c

Please sign in to comment.