Eine schnelle Möglichkeit, dies zu beheben, ist das Hinzufügen einer log4j.properties
Datei in .
Hier ist eine Probe log4j.properties
Datei, die folgende Ausgabe Protokolle an die Konsole: [? Wie log4j richtig initialisiert]
# Set root logger level to INFO and its only appender to stdout.
log4j.rootLogger=INFO, stdout
# Define the stdout appender to output logs to the console
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n
Mögliche Duplikat (http://stackoverflow.com/questions/1140358/how-to -initialisieren-log4j-richtig) –
Nicht dupliziert Post, es ist etwas anderes für Maven –
Dann bitte Details angeben. Gibt es eine Datei log4j.properties oder log4j.xml im Ordner maven resources? Was ist sein Inhalt? –