glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Added support for structured logs #327

Closed mambelli closed 1 year ago

mambelli commented 1 year ago

Added changes to support structured logs:

Structured logs are disabled by default to ease the transition. They can be enabled by adding structured="True" to the configuration of the logs (process_log sections in the Factory and Frontend configurations)

Added also some general improvements: cleanup of comments and docstrings, consolidation of util.is_true(), and fixed a couple of small bugs.

The first commits are by @MissAnita2 This PR replaces Anita's PR #325 because I reverted once the automatic unrelated changes to all HTML files and was unable to force-update when they were re-applied

mambelli commented 1 year ago

Closing, superseded by PR #333 Git or GitHub got confused by the rebase. Needed to do a new branch and new PR.