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

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

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.

Summary ID
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
chipx86
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (bee2bc9)
Loading...