Reduce log level

This commit is contained in:
jude
2023-07-30 12:14:47 +01:00
parent b1f25be5d7
commit a58b9866ea
2 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,7 @@ ExecStart=/usr/bin/reminder-rs
WorkingDirectory=/etc/reminder-rs
Restart=always
RestartSec=4
Environment="RUST_LOG=warn,reminder_rs=info,postman=info"
Environment="RUST_LOG=warn,reminder_rs=warn,postman=warn"
[Install]
WantedBy=multi-user.target