Skip to content

Commit c08b78e

Browse files
authored
Update crates/tauri-cli/src/add.rs
1 parent 276cc51 commit c08b78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tauri-cli/src/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub fn run(options: Options) -> Result<()> {
133133
} else if plugin == "single-instance" {
134134
"init(|app, args, cwd| {})"
135135
} else if plugin == "log" {
136-
"Builder::new().level(tauri_plugin_log::log::LevelFilter::Debug).build()"
136+
"Builder::new().level(tauri_plugin_log::log::LevelFilter::Info).build()"
137137
} else if metadata.builder {
138138
"Builder::new().build()"
139139
} else {

0 commit comments

Comments
 (0)