Skip to content

Commit

Permalink
command: fix NoMethodError of --daemon under Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Shizuo Fujita <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
Watson1978 authored and kenhys committed Jan 29, 2025
1 parent fbdc5a6 commit 2cbffa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def self.serverengine_config(params = {})
stop_immediately_at_unrecoverable_exit: true,
root_dir: params['root_dir'],
logger: $log,
log: $log.out,
log: $log&.out,
log_level: params['log_level'],
chuser: params['chuser'],
chgroup: params['chgroup'],
Expand Down

0 comments on commit 2cbffa0

Please sign in to comment.