Logging¶
The logging section of the configuration file controls where and how log output is generated.
Fields¶
level(string, required): The minimum log level to display. Options aredebug,info,warn,error, andfatal.stderr(bool, optional): Iftrue, logs will be written to standard error. Defaults totrue.file(string, optional): The path to a file where logs will be written.format(string, optional): The log format. Options areconsole(default) orjson.
Example: