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

Version 2.0.0 #53

Merged
merged 4 commits into from Jan 19, 2022
Merged

Version 2.0.0 #53

merged 4 commits into from Jan 19, 2022

Commits on Jan 19, 2022

  1. Make UTC the default timestamps option, and change the output format …

    …to include the timezone
    
    This works around the issue of potentially silently changing the
    timezone used in logfiles (and not leaving the user any way to notice
    the change) by changing the timezone format used from one that is
    timezone agnostic to one that includes the timezone.
    
    Since it's alreday changing from one that perfectly matches Supervisord,
    this uses the well known RFC 3339 format that implements ISO 8601 (and
    happens to currently be the only format provided by the `time` crate
    that I don't have to implement myself).
    borntyping committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    36f984e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63519f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dad754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee4c93d View commit details
    Browse the repository at this point in the history