J
jbl
Hi,
If I give java.policy file like this:
grant {
permission java.security.AllPermission;
};
the logging works fine. If I try to give a restricted security policy I just
get a message:
log4j:WARN No appenders could be found for logger (MyClass).
log4j:WARN Please initialize the log4j system properly.
Is somewhere a list of required security items that log4j requires?
//Jarmo
If I give java.policy file like this:
grant {
permission java.security.AllPermission;
};
the logging works fine. If I try to give a restricted security policy I just
get a message:
log4j:WARN No appenders could be found for logger (MyClass).
log4j:WARN Please initialize the log4j system properly.
Is somewhere a list of required security items that log4j requires?
//Jarmo