Log the "Reloading logging settings" as a debug log.

Review Request #11116 — Created Aug. 3, 2020 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x

Reviewers

When the logging settings reload, we log a statement (as info) saying
the settings are reloading. This can be seen many times in a log, since
it'll often happen across multiple web server threads within seconds.

That's not entirely useful for most people to see, and tends to confuse
some, so we're now logging as a debug statement instead of an info
statement.

Toggled logging settings and saw that this log statement was logged
as debug.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Log the "Reloading logging settings" as a debug log.
When the logging settings reload, we log a statement (as `info`) saying the settings are reloading. This can be seen many times in a log, since it'll often happen across multiple web server threads within seconds. That's not entirely useful for most people to see, and tends to confuse some, so we're now logging as a `debug` statement instead of an `info` statement.
ad539ec39a1dd019e044d32fb1cea7a5076a8ac3 Christian Hammond
djblets/log/__init__.py
Loading...