multi-cluster-app-dispatcher icon indicating copy to clipboard operation
multi-cluster-app-dispatcher copied to clipboard

Structured logging and log levels

Open tardieu opened this issue 2 years ago • 2 comments

We need to improve MCAD logging in particular switching to structured logging and revisiting log levels and log verbosity to facilitate log analysis.

tardieu avatar Jun 19 '23 16:06 tardieu

Relates to project-codeflare/codeflare-operator#113.

/cc @KPostOffice

astefanutti avatar Jun 20 '23 10:06 astefanutti

@tardieu Great :-) I think that this will be a perfect alignment with the metrics work that @dimakis started here: https://github.com/project-codeflare/multi-cluster-app-dispatcher/pull/486

@tardieu as part of the log levels setting, can you split between (a) operational logs (which are more important) and (b) debugging/developer logs (which are also very important) --- from what I saw when I scanned the code a lot of the logs are developer-centric and less "operations" centric.

eranra avatar Aug 27 '23 12:08 eranra