File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ def run_worker
513
513
install_main_process_signal_handlers
514
514
515
515
# This is the only log messsage for @standalone_worker
516
- $log. info "starting fluentd-#{ Fluent ::VERSION } without supervision" , pid : Process . pid if @standalone_worker
516
+ $log. info "starting fluentd-#{ Fluent ::VERSION } without supervision" , pid : Process . pid , ruby : RUBY_VERSION if @standalone_worker
517
517
518
518
main_process do
519
519
create_socket_manager if @standalone_worker
@@ -535,7 +535,7 @@ def create_socket_manager
535
535
end
536
536
537
537
def dry_run_cmd
538
- $log. info "starting fluentd-#{ Fluent ::VERSION } as dry run mode"
538
+ $log. info "starting fluentd-#{ Fluent ::VERSION } as dry run mode" , ruby : RUBY_VERSION
539
539
@system_config . suppress_config_dump = true
540
540
dry_run
541
541
exit 0
@@ -571,7 +571,7 @@ def supervise
571
571
dry_run
572
572
573
573
Process . setproctitle ( "supervisor:#{ @process_name } " ) if @process_name
574
- $log. info "starting fluentd-#{ Fluent ::VERSION } " , pid : Process . pid
574
+ $log. info "starting fluentd-#{ Fluent ::VERSION } " , pid : Process . pid , ruby : RUBY_VERSION
575
575
576
576
rubyopt = ENV [ "RUBYOPT" ]
577
577
fluentd_spawn_cmd = [ ServerEngine . ruby_bin_path , "-Eascii-8bit:ascii-8bit" ]
You can’t perform that action at this time.
0 commit comments