Inline Logs not working anymore

hi guys,
I was playing around with the logs and not I’m stuck, hope someone can point me to the right direction.
Here is my log:list:

openhab> log:list
Logger                                             │ Level
───────────────────────────────────────────────────┼──────
ROOT                                               │ WARN
javax.jmdns                                        │ ERROR
javax.mail                                         │ ERROR
org.apache.karaf.jaas.modules.audit                │ WARN
org.apache.karaf.kar.internal.KarServiceImpl       │ ERROR
org.apache.karaf.shell.support                     │ OFF
org.apache.sshd                                    │ ERROR
org.eclipse.lsp4j                                  │ OFF
org.eclipse.smarthome                              │ INFO
org.eclipse.smarthome.model                        │ INFO
org.eclipse.smarthome.model.script                 │ INFO
org.eclipse.smarthome.model.script.Lightning_Rules │ INFO
org.eclipse.smarthome.transform.javascript         │ WARN
org.jupnp                                          │ ERROR
org.openhab                                        │ INFO
org.openhab.binding.amazonechocontrol              │ WARN
org.openhab.binding.deconz                         │ WARN
org.openhab.binding.doorbird                       │ WARN
org.openhab.binding.exec                           │ WARN
org.openhab.binding.homeconnect                    │ WARN
org.openhab.binding.http                           │ WARN
org.openhab.binding.hue                            │ WARN
org.openhab.binding.lifx                           │ WARN
org.openhab.binding.miio                           │ WARN
org.openhab.binding.mqtt                           │ WARN
org.openhab.binding.openweathermap                 │ WARN
org.openhab.binding.shelly                         │ WARN
org.openhab.binding.velux                          │ WARN
org.openhab.binding.zwave                          │ WARN
org.openhab.io.transport.mqtt                      │ WARN
org.openhab.ui.paper                               │ WARN
org.openhab.ui.paper.internal                      │ INFO
org.ops4j.pax.url.mvn.internal.AetherBasedResolver │ ERROR
org.ops4j.pax.web.pax-web-runtime                  │ OFF
smarthome.event                                    │ DEBUG
smarthome.event.InboxUpdatedEvent                  │ ERROR
smarthome.event.ItemAddedEvent                     │ ERROR
smarthome.event.ItemRemovedEvent                   │ ERROR
smarthome.event.ItemStateEvent                     │ ERROR
smarthome.event.ThingAddedEvent                    │ ERROR
smarthome.event.ThingRemovedEvent                  │ ERROR
smarthome.event.ThingStatusInfoEvent               │ ERROR

Now, In my rules, I have things like:

    logInfo("Lightning_Rules", "Begin: Dining: Change light scene automatically")
    logDebug("Lightning_Rules", "Check rule is enabled")
    if( Dining_Settings_Rules_Lightning.state != ON){
        logDebug("Lightning_Rules", "Check failed - Exit")
        return;
    }
    logDebug("Lightning_Rules", "Check passed")

But now, none of the logs show up in the frontail io.


yesterday, I had some blue info lines inbetween, and I cannot find where to switch it back on

Might help