Skip to content

Commit

Permalink
refactor: move the log file to /opt/data and set a max size of 20mb
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Jan 25, 2024
1 parent 4a68d86 commit 99ea570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervisord.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
logfile=/opt/data
logfile_maxbytes=20971520
user=node

[program:server]
Expand Down

0 comments on commit 99ea570

Please sign in to comment.