Control event.log size openhab2

In OH1 the logging was controlled in logback.xml

Where do we control it in OH2?

Or maybe it is a per binding setting… or a thing setting?

:slight_smile:

Tom

Did you see this?
http://docs.openhab.org/administration/logging.html

Apparently not…

While trying things a few of the lines I added vanished.

I am hoping I did not wipe out anything else…

So in the file: org.ops4j.pax.logging.cfg

Are these the last lines?

# OSGi appender
log4j2.appender.osgi.type = PaxOsgi
log4j2.appender.osgi.name = OSGI
log4j2.appender.osgi.filter = *

thanks
tom

it looks ok now

thanks