Skip to content

Commit

Permalink
Initialize logging when running Windows service
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Apr 9, 2024
1 parent 3b4eca7 commit dde286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-daemon/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ async fn run() -> Result<(), String> {

#[cfg(target_os = "windows")]
cli::Command::RunAsService => {
init_logger(config, None)?;
assert_unique().await?;
let _ = init_daemon_logging(config)?;
system_service::run()
}

Expand Down

0 comments on commit dde286f

Please sign in to comment.