python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disable log4j2 scripting configuration module
I'm using Log4j2 in a scala application but noticed that it loads several scripting engines to process its configuration using JSR 223 (see "Scripts" session in https://logging.apache.org/lo...
user16408944
Votes: 0
Answers: 0
log4j2 not creating a rolling
I had an application working with log4j1. The configuration I have in the log4j.properties is working fine and it creates the file for log.
I migrate to log4j2 and now the file is not created, even th...
Clams
Votes: 0
Answers: 1
Leveraging Java's sandbox to mitigate CVE-2021-44228( log4j2 remote code execution)?
The java-security-manager-deprecation not withstanding JEP-411 (Deprecate the Security Manager for Removal), would enabling sandbox mechanism by leveraging the java security-manager (and associated cl...
Ravindra HV
Votes: 0
Answers: 1
How to delay log file creation until Appender fileName is set programmatically for log4j2
I have a project with log4j properties defined in xml.
<?xml version="1.0" encoding="UTF-8" ?>
<Configuration>
<Appenders>
<File name=&...
Barry
Votes: 0
Answers: 1