python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Logs are writing in console but not writing to log file
Recently I migrated from log4j1.x to log4j2.x. I had replaced log4j.properties with log4j2.properties file. I am getting logs printed in my console but logs are not printing in sac.log file.
Pom File:...
007_programmer
Votes: 0
Answers: 1
Edit log4j2 composite configuration via JMX
I am trying to change log levels, as well as add/remove loggers from an app we have without editing it's code/changing the multiple log4j configs it has.
I am able to do all these steps for applicati...
Dhruv
Votes: 0
Answers: 0
FileConverter for Log4J2
I am working on a project to convert logging from log4j 1.x to log4j 2.x.
For Rolling File Appender I need to create filename that should have the pid of the
service appended in it. For Ex:
In log4J 1...
viren
Votes: 0
Answers: 1