Enhancement: log to syslog server instead of web-serial

This commit is contained in:
Frank 2023-12-15 11:33:48 +01:00
parent 69cdacaac7
commit 21848bd5ae
3 changed files with 16 additions and 0 deletions

View file

@ -82,6 +82,9 @@ void app::setup() {
mApi.setup(this, &mSys, mWeb.getWebSrvPtr(), mConfig);
#ifdef ENABLE_SYSLOG
mDbgSyslog.setup(mConfig); // be sure to init after mWeb.setup (webSerial uses also debug callback)
#endif
// Plugins
#if defined(PLUGIN_DISPLAY)
if (mConfig->plugin.display.type != 0)