Improve config a bit

This commit is contained in:
Tobias Reisinger 2024-06-11 17:47:10 +02:00
parent 8a04278da5
commit 5ee542b44b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
amends "package://emgauwa.app/pkl/emgauwa@0.2.0#/controller.pkl"
amends "package://emgauwa.app/pkl/emgauwa@0.2.1#/controller.pkl"
logging {
level = "DEBUG"

View file

@ -61,7 +61,7 @@ async fn main() -> Result<(), std::io::Error> {
drop_privileges(&settings.permissions)?;
init_logging(&settings.logging.level)?;
init_logging(&settings.logging)?;
let pool = db::init(&settings.database, 5)
.await