Skip to content

Commit

Permalink
set minimum log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 21, 2023
1 parent 2b6c4e2 commit 82310f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ use dashmap::DashMap;
use db::{NormalizedGame, PositionQuery, PositionStats};
use derivative::Derivative;
use fide::FidePlayer;
use log::LevelFilter;
use oauth::AuthState;
use tauri::{
api::path::{resolve_path, BaseDirectory},
Expand Down Expand Up @@ -127,6 +128,7 @@ fn main() {
.plugin(
tauri_plugin_log::Builder::default()
.targets(LOG_TARGETS)
.level(LevelFilter::Info)
.build(),
)
.plugin(specta_builder)
Expand Down

0 comments on commit 82310f3

Please sign in to comment.