mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Upgrade tracing-subscriber and disable ANSI sanitization
This commit is contained in:
@@ -55,6 +55,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
.compact()
|
||||
.with_writer(io::stderr)
|
||||
.with_env_filter(env_filter)
|
||||
.with_ansi_sanitization(false)
|
||||
.init();
|
||||
|
||||
if env::var_os("NOTIFY_SOCKET").is_some() {
|
||||
|
||||
Reference in New Issue
Block a user