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

Backport "Reduce startup logs verbosity" to master #3468

Merged
merged 3 commits into from
Feb 21, 2024

Commits on Feb 21, 2024

  1. Use UTC timezone in logger to reduce verbosity

    This saves us a few characters in most timezones and as a bonus
    the output is consistent regardless of local system configuration.
    ivoanjo committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1b8ca7e View commit details
    Browse the repository at this point in the history
  2. Introduce extra_fields argument to environment logger

    This field allows extra stuff to be added without having to
    print separate lines and/or have a separate environment logger.
    ivoanjo committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    95aa1d9 View commit details
    Browse the repository at this point in the history
  3. Use environment_logger_extra to print profiling info, avoiding sepa…

    …rate log line
    
    The profiling logger was very minimal, so by doing this change we
    enable components to return values to be included in the core logger.
    ivoanjo committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5884099 View commit details
    Browse the repository at this point in the history