Skip to content

Commit

Permalink
Set logging dir to .logs.tocket/
Browse files Browse the repository at this point in the history
  • Loading branch information
bastian-src committed Jul 24, 2024
1 parent 618e790 commit 7160a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::io::{self, Write};

use crate::TransmissionType;

const LOGS_DIRECTORY: &str = ".logs";
const LOGS_DIRECTORY: &str = ".logs.tocket";

#[derive(Debug)]
pub struct Logger {
Expand Down

0 comments on commit 7160a32

Please sign in to comment.