Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
backend sample
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Jan 5, 2022
1 parent e4e4a84 commit 8f6743c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/cabr2_logger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use log::LevelFilter;
use cabr2_config::{read_config, BackendConfig, TMP_DIR};
use cabr2_types::logging::LogLevel;

// som wrong
pub async fn setup_logger() -> Result<(), fern::InitError> {
let mut log_file = TMP_DIR.clone();
log_file.push("logs/");
Expand Down

0 comments on commit 8f6743c

Please sign in to comment.