tauri_plugin_log::Target::new(tauri_plugin_log::TargetKind::Stdout) not work in windows #12082
Unanswered
JesuisTong
asked this question in
Q&A
Replies: 1 comment
-
Got some links here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, i want to use
$env:LOG_LEVEL="debug"
to output log info, it worked when dev mode, but not work inproduction
.Here is my code:
Edit:
tauri_plugin_log::Target::new(tauri_plugin_log::TargetKind::Stdout)
not work in windows, because of tauri don't attach a console?Beta Was this translation helpful? Give feedback.
All reactions