Skip to content

Commit

Permalink
fix: fixed logging location
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 15, 2024
1 parent ef214db commit ff36033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetanes/src/sys/logging/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ where
.filename_suffix("log")
.build(
dirs::data_local_dir()
.map(|dir| dir.join("logs"))
.map(|dir| dir.join("tetanes/logs"))
.unwrap_or_else(|| PathBuf::from("logs")),
)
.context("failed to create log file")?;
Expand Down

0 comments on commit ff36033

Please sign in to comment.