runboat/log-config-dev.yaml
Stéphane Bidoul d79cb6223e
Use official kubernetes client
Because kubernetes_asyncio watcher have correctness issues,
as they seem to re-emit events that pre-date the initial load.

Although I ended up having to implement an infinite watcher,
to handle socket timeout errors...
2021-11-04 09:36:01 +01:00

19 lines
358 B
YAML

version: 1
disable_existing_loggers: false
formatters:
rich:
datefmt: "[%X]"
# format: "%(name)25s %(message)s"
handlers:
console:
class: rich.logging.RichHandler
level: NOTSET
formatter: rich
rich_tracebacks: true
show_path: false
root:
level: DEBUG
handlers: [console]
loggers:
kubernetes.client.rest:
level: INFO