Honor debug:enable_stdout_logs on startup (#2197)
* Honor debug:enable_stdout_logs on startup disableStdout is set via config in CConfigManager::init(), which is called early in CCompositor::initServer(). initServer() always disables stdout logs at the end though, even when stdout is enabled is config. With this commit, the config is respected. * Don't spam stdout message
This commit is contained in:
parent
fd3e6a3bfd
commit
c3b9326ba1
2 changed files with 2 additions and 3 deletions
|
|
@ -248,9 +248,6 @@ void CCompositor::initServer() {
|
|||
wlr_multi_backend_add(m_sWLRBackend, m_sWLRHeadlessBackend);
|
||||
|
||||
initManagers(STAGE_LATE);
|
||||
|
||||
Debug::log(LOG, "Disabling stdout logs! Check the log for further logs.");
|
||||
Debug::disableStdout = true;
|
||||
}
|
||||
|
||||
void CCompositor::initAllSignals() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue