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

Add possibility to configure log format #799 #2941

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2024

  1. make it possible to enable json log

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a8477f7 View commit details
    Browse the repository at this point in the history
  2. fix

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fe0c8f3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c8652aa View commit details
    Browse the repository at this point in the history
  4. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9a50396 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    a72f223 View commit details
    Browse the repository at this point in the history
  6. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d98a569 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    11b1e23 View commit details
    Browse the repository at this point in the history
  8. fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9674cc1 View commit details
    Browse the repository at this point in the history
  9. Add error handling

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    194ac7a View commit details
    Browse the repository at this point in the history
  10. Add log_format to default config

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bf179f4 View commit details
    Browse the repository at this point in the history
  11. Fix syntax error in if statement

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cb6e59f View commit details
    Browse the repository at this point in the history
  12. Fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2355a93 View commit details
    Browse the repository at this point in the history
  13. Fix typo

    Victor Edvardsson committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d7022a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    99606b7 View commit details
    Browse the repository at this point in the history
  2. Set same timestamp format for json logging

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ea83066 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2697c75 View commit details
    Browse the repository at this point in the history
  4. Move in if statement under previous

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e44b4cc View commit details
    Browse the repository at this point in the history
  5. Fix some formatting that got messed up

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    27d4311 View commit details
    Browse the repository at this point in the history
  6. Default to text formatter, if log_format is not configured.

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b5a3e1c View commit details
    Browse the repository at this point in the history
  7. defining logFormatter outside if statement so that log.SetFormatter(l…

    …ogFormatter) is not undefined when function is called
    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    96b8408 View commit details
    Browse the repository at this point in the history
  8. Add variables that were undefined

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1ee0358 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7cdb77 View commit details
    Browse the repository at this point in the history
  10. Fix order of arguments passed

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    65dcc58 View commit details
    Browse the repository at this point in the history
  11. Fix order of arguments passed

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ad6220 View commit details
    Browse the repository at this point in the history
  12. Fix typo

    Victor Edvardsson committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ed607e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    3c6e086 View commit details
    Browse the repository at this point in the history
  2. Implicit log_format = "text"

    mmetc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    babb74c View commit details
    Browse the repository at this point in the history
  3. functional test

    mmetc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c05c46d View commit details
    Browse the repository at this point in the history
  4. ignore log_format in FatalHook

    mmetc committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1ace3f1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    5cfc3c5 View commit details
    Browse the repository at this point in the history