fix debug level not being set properly

This commit is contained in:
Milim 2023-08-19 09:09:09 +02:00
parent 21403d0a48
commit 87e230d731
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ use websurfx::{config::parser::Config, run};
#[actix_web::main]
async fn main() -> std::io::Result<()> {
// Initialize the parsed config file.
let config = Config::parse(true).unwrap();
let config = Config::parse(false).unwrap();
log::info!(
"started server on port {} and IP {}",