Questions tagged as 'slf4j'

2
answers

Log into separate files with SLF4J on AWS

Has anyone implemented a log using SLF4J to enable the application to separate files by tenant in Amazon environment? I made this implementation in my application, in tomcat running local log files are generated normally, however when I...
asked by 29.01.2016 / 17:06
1
answer

How to log in with slf4j from within a jboss module?

How can I log in to the console / server.log from within a jboss module? Let's say I have a class: public class MyClass { private static final Logger logger = LoggerFactory.getLogger(MyClass.class); private boolean done = false;...
asked by 19.10.2015 / 23:29
0
answers

___ ___ erkimt error in the configuration log4j2.properties ______ qstntxt ___

My error:

%pre%

My log4j2.properties configuration file

%pre%

Statement:

%pre%

Validation:

%pre%

The console part is apparently ok. But no file is created

    
___

My error: 2018-02-02 03:31:07,300 main ERROR The parameter is null: fileName 2018-02-02 03:31:07,316 main ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.FileAppender for element File org.apache.logging.log4j...
asked by 01.02.2018 / 19:32