Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: default value for logfile rotation interval #10883

Merged
merged 1 commit into from
Mar 29, 2022

Commits on Mar 25, 2022

  1. fix: default value for logfile rotation interval

    The unit of 'd' is not a valid time.Duration unit. Due to the more
    strict parsing of durations, this is now correctly failing. Previously
    using a value of '1d' would fail silently. If a user wishes to use a
    value of days, they need to convert to hours and use '24h' for example
    of one day.
    
    Fixes: influxdata#10882
    powersj committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3693d42 View commit details
    Browse the repository at this point in the history