Skip to content

Commit 1bb9330

Browse files
kenhysWatson1978
andauthored
Update lib/fluent/plugin/output.rb
Co-authored-by: Shizuo Fujita <watson1978@gmail.com>
1 parent 78ad235 commit 1bb9330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/fluent/plugin/output.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def configure(conf)
376376
if Fluent.windows? && @buffer.persistent?
377377
service_timeout = read_wait_to_kill_service_timeout
378378
if service_timeout && service_timeout <= 5000 # default value might varies on windows client/server
379-
log.warn "your WaitToKillServiceTimeout=#{service_timeout} registry configuration seems too short. Recommend to extend that value not to corrupt flushing buffer with forcibly shutdown"
379+
log.warn "your WaitToKillServiceTimeout=#{service_timeout} registry configuration seems too short. Recommend to extend the value of 'HKLM\\SYSTEM\\CurrentControlSet\\Control\\WaitToKillServiceTimeout' to prevent buffer corruption from a forced shutdown"
380380
end
381381
end
382382
end

0 commit comments

Comments
 (0)