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

feature(logging): Ensure logged messages are formatted correctly #443

Merged
merged 4 commits into from
Mar 28, 2018

Commits on Mar 26, 2018

  1. fearture(logging): Ensure logged messages are formatted correctly

    - Ensures logged messages have the correct bugsnag formatting
    - Ensures custom loggers receive the formatted message rather than the raw message
    - Adds a new public method - 'format_message'
    Cawllec committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    0d4ffb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0d522 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. feature(logging): Ensure logged messages are formatted correctly

    - Removed 'format_message' method
    - Re-added formatter utilising progname for Bugsnag stamp
    - Added PROG_NAME const for logging program name
    Cawllec committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    a5e2060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e5941 View commit details
    Browse the repository at this point in the history