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

fix(journald source): Fix handling of message array data #2053

Merged
merged 2 commits into from
Mar 17, 2020

Commits on Mar 12, 2020

  1. Simplify journal tests a little

    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    b5ea690 View commit details
    Browse the repository at this point in the history
  2. Re-parse non-ASCII messages output by journalctl

    When a non-ASCII message is stored in the journald log, journalctl will
    output it as an array of bytes. When we encounter such arrays, translate
    them into UTF-8 lossily.
    
    Signed-off-by: Bruce Guenter <bruce@timber.io>
    Bruce Guenter committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f86bba0 View commit details
    Browse the repository at this point in the history