Disable console and write logs to a file instead on Windows.

This commit is contained in:
IQuant 2024-11-17 20:37:12 +03:00
parent 628572af84
commit 8a8a690cfa
3 changed files with 52 additions and 1 deletions

View file

@ -49,6 +49,7 @@ quick-xml = { version = "0.37.0", features = ["serialize"] }
dashmap = "6.0.1"
eyre = "0.6.12"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tracing-appender = "0.2.3"
[build-dependencies]
winresource = "0.1.17"
@ -61,4 +62,4 @@ lto = true
strip = true
[profile.release-lto]
inherits = "release"
inherits = "release"