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

Adding plaintext and JSON logging formatters #1426

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    5c94a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b3804 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from Alsheh/logformat-formatter-factory

    putting formatter creation logic in a class
    Alsheh authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    489ffa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    62ace15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c6c7f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from Alsheh/logformat-default-value-parser

    Adding the ability to add default values for required fields in the logformat
    Alsheh authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6bedd36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f1b906 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from Alsheh/logging-formatters-dependency

    Adding the only supervisor dependency: python-json-logger
    Alsheh authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    407b37f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45803b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from Alsheh/logging-formatters-ci-test

    Adding log attributes to DummyPConfig object
    Alsheh authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    cee1eb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30ab58f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8e4f93 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6 from Alsheh/logging-formatters-local

    Adding Some CI Tests + setting logger level by description
    Alsheh authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5853312 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f52b2e2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #7 from Alsheh/logging-formatters-local

    Adding the ability to set level by number
    Alsheh authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    01dfa8d View commit details
    Browse the repository at this point in the history
  13. Reverting commit f52b2e2

    Alsheh committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    646f19d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3bb1d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request #8 from Alsheh/logging-formatters-local

    Undoing parts of previous commits
    Alsheh authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c2654e8 View commit details
    Browse the repository at this point in the history
  2. Fxing a typo

    Alsheh committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    771e101 View commit details
    Browse the repository at this point in the history
  3. Using for/else for simplicity

    Alsheh committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9fbe7e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29fcd9a View commit details
    Browse the repository at this point in the history
  5. Removing duplicate code

    Alsheh committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1f59e79 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    618b16b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from Alsheh/logging-formatters-local

    Logging formatters local
    Alsheh authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    e2c1d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959c928 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from Alsheh/logging-formatters-local

    Making the logger backward compatible
    Alsheh authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    ae76fb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    b573bd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from Alsheh/logging-formatters-local

    Removing jsonformatter dependency
    Alsheh authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    871b55a View commit details
    Browse the repository at this point in the history
  3. loggers updates

    Alsheh committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    b9cde7d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #14 from Alsheh/logging-formatters-local

    loggers updates
    Alsheh authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    2a50bb3 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Configuration menu
    Copy the full SHA
    5736268 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from Alsheh/logging-formatters-local

    Fixing an issue where numbers are considered valid JSON by the praser
    Alsheh authored May 5, 2021
    Configuration menu
    Copy the full SHA
    b623852 View commit details
    Browse the repository at this point in the history