Logging configuration. See example-config.yaml for more information.
Declarations
Type
attribute setDefault
{
min_level = "info";
writers = [
{
format = "pretty-colored";
time_format = " ";
type = "stdout";
}
];
}Logging configuration. See example-config.yaml for more information.
attribute set{
min_level = "info";
writers = [
{
format = "pretty-colored";
time_format = " ";
type = "stdout";
}
];
}