Skip to content
This repository was archived by the owner on Sep 8, 2019. It is now read-only.

Commit 8d718bf

Browse files
Change logging to SimpleLogger so it works in docker
1 parent 5259203 commit 8d718bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use web_dev::users::requests::handle_user;
2121
fn main() {
2222
dotenv().ok();
2323

24-
simplelog::TermLogger::init(simplelog::LevelFilter::Trace, simplelog::Config::default())
24+
simplelog::SimpleLogger::init(simplelog::LevelFilter::Trace, simplelog::Config::default())
2525
.unwrap();
2626

2727
info!("Connecting to database");

0 commit comments

Comments
 (0)