set default log level to debug

This commit is contained in:
Aiden McClelland
2021-11-12 15:49:51 -07:00
committed by Aiden McClelland
parent 9e1e3e167b
commit 923ed6fe4e
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Wants=avahi-daemon.service nginx.service tor.service
[Service]
Type=oneshot
Environment=RUST_LOG=embassy_init=info,embassy=info
Environment=RUST_LOG=embassy_init=debug,embassy=debug
ExecStart=/usr/local/bin/embassy-init
RemainAfterExit=true

View File

@@ -5,7 +5,7 @@ Requires=embassy-init.service
[Service]
Type=simple
Environment=RUST_LOG=embassyd=info,embassy=info
Environment=RUST_LOG=embassyd=debug,embassy=debug
ExecStart=/usr/local/bin/embassyd
Restart=always
RestartSec=3