fix agent description and pre-commit

This commit is contained in:
Adil Hafeez 2025-12-16 09:48:14 -08:00
parent 974141b539
commit 07208f95ab
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 15 additions and 48 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 | while IFS= read -r line; do echo '[brightstaff]' \"$line\"; done"
command=sh -c "RUST_LOG=info /app/brightstaff 2>&1 | tee /var/log/brightstaff.log | while IFS= read -r line; do echo '[brightstaff]' \"$line\"; done"
stdout_logfile=/dev/stdout
redirect_stderr=true
stdout_logfile_maxbytes=0