Files
hikari-desktop/src-tauri
hikari 4078b2b640 fix: remove redundant fmt layer that outputs to hidden stdout
In production builds with windows_subsystem = "windows", stdout is suppressed.
The fmt::layer() was outputting to this hidden stdout, making logs invisible.

Now all tracing logs only go through TauriLogLayer to the debug console.

NOTE: There are still many println!/eprintln! calls throughout the codebase
that bypass tracing entirely. These should be gradually migrated to use
tracing::info!/tracing::error! macros for visibility in production builds.
2026-02-06 23:00:25 -08:00
..
2026-01-28 12:51:05 -08:00
2026-01-14 20:56:28 -08:00
2026-01-14 20:56:28 -08:00
2026-02-05 19:22:40 -08:00