mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_ws: log to stderr instead of stdout
This commit is contained in:
parent
7dd02a03d3
commit
f52de1ea44
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ fn run(config: Config) -> anyhow::Result<()> {
|
|||
TermLogger::init(
|
||||
level_filter,
|
||||
simplelog_config,
|
||||
TerminalMode::Stdout
|
||||
TerminalMode::Stderr
|
||||
).context("Couldn't initialize logger")?;
|
||||
|
||||
aquatic_ws::run(config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue