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)
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.


No differences found