generated from nhcarrigan/template
4078b2b640
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.