This commit is contained in:
Adil Hafeez 2025-09-30 17:18:08 -07:00
parent eb0f9e5d27
commit b21ee93758
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
nodaemon=true
[program:brightstaff]
command=sh -c "RUST_LOG=debug /app/brightstaff 2>&1 | tee /var/log/brightstaff.log"
command=sh -c "RUST_LOG=info /app/brightstaff 2>&1 | tee /var/log/brightstaff.log"
stdout_logfile=/dev/stdout
redirect_stderr=true
stdout_logfile_maxbytes=0