On 3/20/2023 9:31 AM,
[email protected] wrote:
Do you use log4j2 or something else?
How do you redirect the catalina logs to a file? If I have log4j2.xml
in the tomcat folder, it appears to be ignoring the log4j2.xml in the application folder.
Do you use log4j2.xml? This appears to be the popular setup, but the
last application I worked with had many different project for pieces
of the one big application, so I put them all under one master
project and had the spring framework call the API to configure on
startup, seemed easier than using xml files especially if the
sub-projects can share and would each need their own xml file.
Do you use the static method at the start of each class Logger log = LoggerFactory.getLogger() or the @Log4j2 annotation, or is there
another better way?
I believe the popularity ranking is:
1) logback
2) log4j 2.x
3) jul
4) log4j 1.x (obsolete, deprecated)
The big benefit of configuration files over programmatic
configuration is that it allows operations to change logging
without requiring help from software engineering.
@Log4j2 annotation is a Lombok feature I believe, so only
a possibility for those using Lombok.
Arne
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)