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

feat: set max log files to 720 by default, info log only #4787

Merged
merged 9 commits into from
Oct 4, 2024

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    6cff452 View commit details
    Browse the repository at this point in the history
  2. expose max_log_files in tomls

    Kev1n8 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6bb4255 View commit details
    Browse the repository at this point in the history
  3. include dir info when panicing, limit max_log_files of err_log to 30,…

    … and that of slow_queries to opt.max_log_files
    Kev1n8 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9b62417 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix clippy

    Kev1n8 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ede3025 View commit details
    Browse the repository at this point in the history
  2. update config.md

    Kev1n8 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2dbdb26 View commit details
    Browse the repository at this point in the history
  3. update expected config str

    Kev1n8 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    60339bf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. limit err_log max files size to max_log_files too, include err info…

    … when panicing, put `max_l_f` in right position
    Kev1n8 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2833933 View commit details
    Browse the repository at this point in the history
  2. fix typos

    Kev1n8 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    59d4f6c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. chore: config

    Co-authored-by: Lei, HUANG <[email protected]>
    killme2008 and v0y4g3r authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    cbcacd2 View commit details
    Browse the repository at this point in the history