Logging configuration. See example-config.yaml for more information.
Declarations
Type
attribute set
Default
{
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";
}
];
}