If you use Log4j in Chainsaw, you could set up a JDBC appender or similar to forward things along. The Flume appender could be useful there, too, but that sort of moves the database configuration into your Flume config.
> On Oct 24, 2023, at 3:14 PM, Christian Grobmeier <grobme...@apache.org> wrote: > > Hi, > > in this package: > org.apache.log4j.db > > all classes are commented. I am tempted to just remove it in full, but I am > not sure what i was supposed to do. > > Docs read: > > "Provides means to append logging events into various databases." > > Does that mean, Chainsaw would collect logs and then send it to databases? > Isn't it what Flume (et al) is expected to do? > > Kind regards, > Christian