df418984f0
_early_log prints to stdout, which is fine in some cases, however in other cases it gets lost in the shuffle of process launch by things like systemd. Lets try to save everything, and re-log it so it is easy to debug early issues. Change-Id: I334a9073d17cccec4c669fae82edc3e388debc5c
9 lines
334 B
YAML
9 lines
334 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes initial logging before configuration is loaded to re-log anything
|
|
recorded for the purposes of troubleshooting. This is necessary as systemd
|
|
does not report stdout from a process launch as part of the process's
|
|
logging. Now messages will be re-logged once the configuration has been
|
|
loaded.
|