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

Better logging for backend components #3939

Merged
merged 13 commits into from
Apr 18, 2023

Commits on Apr 3, 2023

  1. fix: change package name logrus to log for generality

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    639f32c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. feat: add middleware in grpc for logging

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6f1893f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. feat: add feature that can select log format by env

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    fd09c66 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/namkyu1999/litmus into be…

    …tter-logging
    
    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    89596c3 View commit details
    Browse the repository at this point in the history
  3. feat: add request logger middleware

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    b313b89 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. fix: make logs as camel case and set logrus caller

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    18af03d View commit details
    Browse the repository at this point in the history
  2. fix: fix log fields

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e1daf6c View commit details
    Browse the repository at this point in the history
  3. fix: fix codeql issue

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5020b15 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix: optimizing logs

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b13a59b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. fix: replace upper to lower

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fb1cbf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix: fix minor tasks

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ad0f1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f187d9 View commit details
    Browse the repository at this point in the history
  3. fix: fix log comments

    Signed-off-by: namkyu1999 <lak9348@konkuk.ac.kr>
    namkyu1999 committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a9a7a71 View commit details
    Browse the repository at this point in the history