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

Rewrite logger system #24726

Merged
merged 32 commits into from
May 21, 2023
Merged

Rewrite logger system #24726

merged 32 commits into from
May 21, 2023

Commits on May 15, 2023

  1. rewrite

    wxiaoguang committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2828666 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge branch 'main' into rewrite-log

    # Conflicts:
    #	modules/graceful/manager_unix.go
    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9a0dbef View commit details
    Browse the repository at this point in the history
  2. fix merge

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    12417a8 View commit details
    Browse the repository at this point in the history
  3. fine tune

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a1c229d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b21f68 View commit details
    Browse the repository at this point in the history
  5. optimize flags

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    a3b7b28 View commit details
    Browse the repository at this point in the history
  6. add one more test

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2aea30b View commit details
    Browse the repository at this point in the history
  7. improve legacy testlogger

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    9d59a86 View commit details
    Browse the repository at this point in the history
  8. revert mailer

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    f54bfd5 View commit details
    Browse the repository at this point in the history
  9. test buggy ini package

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0691488 View commit details
    Browse the repository at this point in the history
  10. doc & lint

    wxiaoguang committed May 16, 2023
    Configuration menu
    Copy the full SHA
    090a803 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. improve rotatingfilewriter

    wxiaoguang committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fe67dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63e169a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b6b2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac094e3 View commit details
    Browse the repository at this point in the history
  5. add more comments

    wxiaoguang committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1bb5e96 View commit details
    Browse the repository at this point in the history
  6. fix doc

    wxiaoguang committed May 17, 2023
    Configuration menu
    Copy the full SHA
    cc3f7af View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Update modules/util/rotatingfilewriter/writer.go

    Co-authored-by: Jason Song <i@wolfogre.com>
    wxiaoguang and wolfogre committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bef01a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4919be9 View commit details
    Browse the repository at this point in the history
  3. Update docs/content/doc/administration/config-cheat-sheet.en-us.md

    Co-authored-by: delvh <dev.lh@web.de>
    wxiaoguang and delvh committed May 18, 2023
    Configuration menu
    Copy the full SHA
    90535c1 View commit details
    Browse the repository at this point in the history
  4. Update docs/content/doc/administration/logging-config.en-us.md

    Co-authored-by: delvh <dev.lh@web.de>
    wxiaoguang and delvh committed May 18, 2023
    Configuration menu
    Copy the full SHA
    f05ea76 View commit details
    Browse the repository at this point in the history
  5. Update docs/content/doc/administration/config-cheat-sheet.en-us.md

    Co-authored-by: delvh <dev.lh@web.de>
    wxiaoguang and delvh committed May 18, 2023
    Configuration menu
    Copy the full SHA
    03d69b9 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: delvh <dev.lh@web.de>
    wxiaoguang and delvh committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9b5c93e View commit details
    Browse the repository at this point in the history
  7. Update modules/log/color_console.go

    Co-authored-by: delvh <dev.lh@web.de>
    wxiaoguang and delvh committed May 18, 2023
    Configuration menu
    Copy the full SHA
    9aceb06 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    5bcbdb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f985c0f View commit details
    Browse the repository at this point in the history
  3. support "%#v"

    wxiaoguang committed May 19, 2023
    Configuration menu
    Copy the full SHA
    60079ba View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    148cf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    985884b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2a9a70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c12d6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8dce4b View commit details
    Browse the repository at this point in the history