Open davepacheco opened 2 months ago
Yeah I think the omicron/oximiter logging is colliding with normal maghemite logging. Will look into this. Maghemite does use bunyan-format logs and I use looker with it a lot. But it seems something has gone sideways with recent integrations that do their own logging.
Elsewhere we use bunyan-format logs, which are JSON entries that
looker
can read. In some places (some dev tools) we have configured slog to emit a plaintext format. mg-ddm appears to do both of these. Here's a snippet from a file:The plaintext output makes it much harder to do things like filtering on log level with
looker
.