Most voted "slf4j" questions
4 questions
Sort by count of
-
2
votes1
answer155
viewsHow to log in with slf4j from inside a jboss module?
How can I log into 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);…
-
2
votes2
answers88
viewsLog into separate files with SLF4J in AWS
Someone has already implemented log using SLF4J to enable the application to separate files by tenant in Amazon environment? I made this implementation in my application, on Tomcat running local the…
-
1
votes0
answers139
viewsError in log4j2.properties configuration
My mistake: 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…
-
1
votes1
answer309
viewsError when using the @Slf4j annotation "log" using the Spring Boot tutorial
I am studying creating REST Apis with Spring Boot following the following tutorial: Building REST services with Spring. However when implementing to the class Loaddatabase from the tutorial I’m…