fix migration, add logging (#1674)

* fix migration, add logging

* change stack overflow to runtime error
This commit is contained in:
Aiden McClelland
2022-07-20 16:00:25 -06:00
committed by GitHub
parent 5fa743755d
commit 40d446ba32
4 changed files with 25 additions and 3 deletions

View File

@@ -9,6 +9,8 @@ Type=oneshot
Environment=RUST_LOG=embassy_init=debug,embassy=debug,js_engine=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
[Install]
WantedBy=embassyd.service