update patch db and enable logging (#1837)

This commit is contained in:
Aiden McClelland
2022-09-27 15:36:42 -06:00
committed by GitHub
parent 1702c07481
commit d469e802ad
3 changed files with 4 additions and 6 deletions

View File

@@ -6,12 +6,10 @@ Wants=avahi-daemon.service nginx.service tor.service
[Service]
Type=oneshot
Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=debug,patch_db=trace
Environment=RUST_LIB_BACKTRACE=full
Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=debug,patch_db=debug
ExecStart=/usr/local/bin/embassy-init
RemainAfterExit=true
StandardOutput=file:/var/log/embassy-init.out.log
StandardError=file:/var/log/embassy-init.error.log
StandardOutput=append:/var/log/embassy-init.log
[Install]
WantedBy=embassyd.service

View File

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