We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276cc51 commit c08b78eCopy full SHA for c08b78e
crates/tauri-cli/src/add.rs
@@ -133,7 +133,7 @@ pub fn run(options: Options) -> Result<()> {
133
} else if plugin == "single-instance" {
134
"init(|app, args, cwd| {})"
135
} else if plugin == "log" {
136
- "Builder::new().level(tauri_plugin_log::log::LevelFilter::Debug).build()"
+ "Builder::new().level(tauri_plugin_log::log::LevelFilter::Info).build()"
137
} else if metadata.builder {
138
"Builder::new().build()"
139
} else {
0 commit comments