Skip to content

Commit

Permalink
Merge pull request #2666 from ganmacs/fix-debug-log
Browse files Browse the repository at this point in the history
Fix debug log text
  • Loading branch information
ganmacs authored Oct 28, 2019
2 parents 5e44deb + cf84280 commit 6f8ffd2
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 @@ -121,7 +121,7 @@ def run_rpc_server
}

@rpc_server.mount_proc('/api/config.getDump') { |req, res|
$log.debug "fluentd RPC got /api/config.dump request"
$log.debug "fluentd RPC got /api/config.getDump request"
$log.info "get dump in-memory config via HTTP"
res.body = supervisor_get_dump_config_handler
[nil, nil, res]
Expand Down

0 comments on commit 6f8ffd2

Please sign in to comment.