Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 4, 2024
1 parent 9579c0a commit 26f1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fn main() -> Result<()> {
if as_sd_unit {
for sink in spdlog::default_logger().sinks() {
sink.set_formatter(Box::new(PatternFormatter::new(pattern!(
"{^{level}} - {payload}{eol}" // remove datetime
"{^{level}} - {payload}{eol}"
))))
}
spdlog::debug!("Detected running as systemd unit");
Expand Down

0 comments on commit 26f1777

Please sign in to comment.