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

tracing-journald: allow custom journal fields #2708

Merged
merged 12 commits into from
Sep 5, 2023

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    27327cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ecdfe1 View commit details
    Browse the repository at this point in the history
  3. Rename with_custom_field to with_journal_field

    `custom_field` implied that the user could set this to anything;
    instead, the fields here have to be valid journal fields.
    mstumpf-vected committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    071a4f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    588ca56 View commit details
    Browse the repository at this point in the history
  5. Add the words syslog facility in the comment to allow finding this …

    …funciton through the search function
    mstumpf-vected committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    8cf70d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Apply review suggestions

    Finomnis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    2de60b2 View commit details
    Browse the repository at this point in the history
  2. Beautify docs

    Finomnis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5d7382c View commit details
    Browse the repository at this point in the history
  3. Minor code beautification

    Finomnis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d48a56a View commit details
    Browse the repository at this point in the history
  4. Fix nit

    Finomnis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8a8cff6 View commit details
    Browse the repository at this point in the history
  5. Change value type to [u8]

    Finomnis committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    8fbb1b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    cae7768 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    Finomnis committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aff1914 View commit details
    Browse the repository at this point in the history