Skip to content

Commit

Permalink
Update system_config.rb
Browse files Browse the repository at this point in the history
Signed-off-by: mrudrego <[email protected]>
Signed-off-by: mrudrego <[email protected]>
  • Loading branch information
mrudrego committed Sep 27, 2023
1 parent ef1f762 commit 5649803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/system_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class SystemConfig
config_param :time_format, :string, default: '%Y-%m-%d %H:%M:%S %z'
config_param :rotate_age, default: nil do |v|
if Fluent::Log::LOG_ROTATE_AGE.include?(v)
v.to_s
v.to_s
else
begin
Integer(v)
Expand Down

0 comments on commit 5649803

Please sign in to comment.