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

Configure log timestamp format #5050

Merged
merged 3 commits into from
Aug 29, 2022

Commits on Aug 25, 2022

  1. Configure log timestamp format

    let user to configure the log's timestamp format by:
    * cli argument `log-timestamp-format`
    * environment variable `OPA_LOG_TIMESTAMP_FORMAT`
    
    Closes open-policy-agent#2413
    
    Signed-off-by: Sergey Vilgelm <sergey@vilgelm.com>
    SVilgelm committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d15c619 View commit details
    Browse the repository at this point in the history
  2. unit tests to check the log timestamp format

    Signed-off-by: Sergey Vilgelm <sergey@vilgelm.com>
    SVilgelm committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b5872f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    1d848c5 View commit details
    Browse the repository at this point in the history