mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
set default log level to debug
This commit is contained in:
committed by
Aiden McClelland
parent
9e1e3e167b
commit
923ed6fe4e
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user