Settings
Settings can be configured in the config file under the settings key,
or overridden at run time with one or more -s/--setting flags using dotted paths.
Values are parsed as YAML, so 3 is an integer, true is a boolean, and so on.
Dashes in key segments are normalized to underscores, so sub-second-digits and sub_second_digits are equivalent:
- Settings object
timestampsobject (Default:None)sub second digitsinteger (Default:0) ○ The number of sub-second digits to show in timestamps (0-6).include dateboolean (Default:False) ○ If true, include the date (YYYY-MM-DD) in timestamps.
dot_envobject (Default:None) ○ Controls loading of.envfiles using python-dotenv.loadboolean (Default:True) ○ If true, load environment variables from thefile.filestring (Default:'.env') ○ Path to the.envfile to load, relative to the config file.
Timestamps
- Timestampsettings object
sub second digitsinteger (Default:0) ○ The number of sub-second digits to show in timestamps (0-6).include dateboolean (Default:False) ○ If true, include the date (YYYY-MM-DD) in timestamps.
.env
- Dotenvsettings object ○ Controls loading of
.envfiles using python-dotenv.loadboolean (Default:True) ○ If true, load environment variables from thefile.filestring (Default:'.env') ○ Path to the.envfile to load, relative to the config file.