mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
Logs: more precise time; remove target (module path)
This commit is contained in:
parent
50995a7590
commit
4d875aa87f
@ -44,7 +44,11 @@ use tungstenite::Message;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Error> {
|
||||
env_logger::init();
|
||||
env_logger::builder()
|
||||
.format_target(false)
|
||||
.format_module_path(false)
|
||||
.format_timestamp_millis()
|
||||
.init();
|
||||
|
||||
// Get args (config path)
|
||||
let mut args = env::args();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user