I have a Java application wich runs on two machines in a cluster and they both log to one mysql database. Everything works fine, but I would like to have an ...
While looking through the log4j documentation I noticed that a database could be a logging target. A bit more research later it looked like only SQL databases can be targeted. Could ...