Improve config a bit
This commit is contained in:
parent
8a04278da5
commit
5ee542b44b
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue