reduce patch-db log level to warn (#1840)

This commit is contained in:
Aiden McClelland
2022-09-28 10:12:00 -06:00
committed by GitHub
parent d469e802ad
commit f63a841cb5
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Wants=avahi-daemon.service nginx.service tor.service
[Service] [Service]
Type=oneshot Type=oneshot
Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=debug,patch_db=debug Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=debug,patch_db=warn
ExecStart=/usr/local/bin/embassy-init ExecStart=/usr/local/bin/embassy-init
RemainAfterExit=true RemainAfterExit=true
StandardOutput=append:/var/log/embassy-init.log StandardOutput=append:/var/log/embassy-init.log

View File

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