flake8
passed.
JSHint
passed.
Review Request #11116 — Created Aug. 3, 2020 and submitted
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 adebug
statement instead of aninfo
statement.
Toggled logging settings and saw that this log statement was logged
as debug.
Summary | ID |
---|---|
ad539ec39a1dd019e044d32fb1cea7a5076a8ac3 |