Incorporate pending logs from load during reloads
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 16:42:04 +0000 (16:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 9 Oct 2020 16:42:04 +0000 (16:42 +0000)
commitbef60da7f06d1a11fb4b893047ba41c1d7293737
tree5f406ab30a6db6d584872a934ad5c14d8904431d
parent1a321872691a7d8bbac0a8048d361134f5136f88
Incorporate pending logs from load during reloads

The load() method for Universe class objects accumulates potential
log entries because it can be called when logging hasn't been set up
yet (for example, early at service start). When called during a
reload, these messages were previously discarded. Instead, add them
to the loglines attribute of the new universe so they will get
properly logged.
mudpy/misc.py