mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Don't print timestamp
This commit is contained in:
parent
c674f61aee
commit
1fd32b40a4
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
env_logger::builder()
|
||||
.filter_level(args.log_level)
|
||||
.target(env_logger::Target::Stdout)
|
||||
.format_timestamp(None)
|
||||
.init();
|
||||
|
||||
HttpServer::new(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue