Ignore env_logger initialization errors (#2170)
This commit is contained in:
parent
71b72c4a53
commit
fcac7ee768
@ -11,7 +11,8 @@ pub fn run() -> Result<(), i32> {
|
|||||||
.filter("JUST_LOG")
|
.filter("JUST_LOG")
|
||||||
.write_style("JUST_LOG_STYLE"),
|
.write_style("JUST_LOG_STYLE"),
|
||||||
)
|
)
|
||||||
.init();
|
.try_init()
|
||||||
|
.ok();
|
||||||
|
|
||||||
let app = Config::app();
|
let app = Config::app();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user