Latest develop breaks SystemLog in UI

Hi together,

is it just me, or does the latest dev break the SystemLog in the UI and not show the Lines?

@da-Kai

Greetings!

This issue stems from my last pull request involving logging changes. Unfortunately, I wasn’t able to find an easy fix.

@stefan.feilmeier We should revert the change for now.

Either I find a better solution, or I leave it as is and simply update the documentation to explain how to configure it via JVM variables.

If i revert the Changes and use a rolled-back version - is it fixed automatically?

you will have to remove the org.ops4j.pax.logging.log4j2.config.file="" in “openems\config\org\ops4j\pax\logging.config”

It appears that once the ‘org.ops4j.pax.logging.log4j2.config.file’ property is set, it ignores the configuration provided by logging.config. However, since it is set to a non-existent file (“”), log4j simply falls back to its default configuration.