Skip to content

Commit

Permalink
Update crates/tracing/src/layers.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Shekhirin <[email protected]>
  • Loading branch information
loocapro and shekhirin authored Dec 22, 2023
1 parent e51d15e commit f24f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tracing/src/layers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl Layers {
pub(crate) fn file(
&mut self,
format: LogFormat,
filter: String,
filter: &str,
file_info: FileInfo,
) -> eyre::Result<FileWorkerGuard> {
let log_dir = file_info.create_log_dir();
Expand Down

0 comments on commit f24f3c7

Please sign in to comment.