Hi, Is there a master switch in Sling which I can throw to make all logging appear on stdout regardless of the OSGi LogWriter configuration ? Hopefully this is already documented.
I know that sounds like a dumb thing to do. The stdout in question of a Docker container connected to a Docker logging driver that I can forward to ELK via FluentD without ever touching the disk. I can categorise the stream as it's written so I don't mind that the log lines from multiple categories are interlaced as long as they are lines (including stack traces). I would rather treat the Sling instance (Docker container) as a black box and not install a specific Logback or SLF4J Logging driver connecting directly to the ELK stack, as there are other applications running that are black boxes. Best Regards ian