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

docs: FAQ entry on logging + some minor clarification #2574

Merged
merged 3 commits into from
Nov 30, 2023
Merged

docs: FAQ entry on logging + some minor clarification #2574

merged 3 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. docs: clarify logging config overview

    There is always a log format and a log date format because those options
    in the core section have defaults. Likewise, the default logging level
    of INFO exists even if not set explicitly by the config file.
    
    (Removed the confusing bit about WARNING being the default; that's the
    default of the `level` argument to `logging.basicConfig()`, but Sopel
    always passes the value of its `logging_level` setting.)
    dgw committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    79a545e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c84903 View commit details
    Browse the repository at this point in the history
  3. config.core_section: fix documentation of logdir option

    It is relative to the config's `homedir`, which is the config's parent
    folder by default but can be changed.
    
    While I was here: Added a note indicating why one might want to change
    the `homedir` setting, for example to match service-unit conventions.
    dgw committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f48273b View commit details
    Browse the repository at this point in the history