added logger

LOG_LEVEL env var is now supported
This commit is contained in:
2025-04-26 18:54:46 +02:00
parent e77ee9c8a3
commit 6496f671d9
6 changed files with 88 additions and 16 deletions

View File

@@ -13,6 +13,8 @@ serde_json = "1.0.140"
rocket = "0.5.1"
tokio = { version = "1.44.2", features = ["full"] }
rust-embed = "8.7.0"
log = "0.4.27"
simplelog = "0.12.2"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
linker = "arm-linux-gnueabihf-gcc"