Move debug warning from setup to load
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 16:55:20 +0000 (16:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 17:00:41 +0000 (17:00 +0000)
commitd204f90b0f863b764d878bc230b3ebf03b14a4fc
treeffc5e1bf4d94beee1e0c2633b1d830df166ec7c8
parentbef60da7f06d1a11fb4b893047ba41c1d7293737
Move debug warning from setup to load

Relocate the warning logged about debug mode from the misc.setup()
function to the Universe class load() method. This way, if debug
mode is enabled in configuration during a live reload event, it will
be logged. Also update the admin documentation to reflect that
enabling or disabling debug can be done with a reload, not only a
restart. Correct a minor spacing error in the configuration docs
too.
doc/source/admin.rst
doc/source/configuration.rst
mudpy/misc.py