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

Log printing tweaks #25488

Merged
merged 1 commit into from
Jan 11, 2018
Merged

Log printing tweaks #25488

merged 1 commit into from
Jan 11, 2018

Commits on Jan 11, 2018

  1. Improved formatting defaults for log metadata

    The metadata suffix is now printed on its own line by default, and
    disabled for `Info` level logging.  The printing can be made more
    compact if desired by right justifying the metadata using the
    `right_justify` setting.
    
    Color is made customizable by requiring that it's returned from the
    meta_formatter() function.
    c42f committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    52c4c45 View commit details
    Browse the repository at this point in the history