java.util.logging
Switching off Jersey logging programmatically
In my output I have JUL logging messages from Jersey like this 03.12.2010 14:14:55 com.sun.jersey.api.core.PackagesResourceConfig init[详细]
2023-01-29 04:39 分类:问答Managing a Large Number of Log Files Distributed Over Many Machines
We have started using a third party platform (GigaSpaces) that helps us with distributed computing. One of the major problems we are trying to solve now is how to manage our log files in this distribu[详细]
2023-01-21 16:10 分类:问答Can I stop java.util.logging from contributing to a memory leak?
After stopping my web app, a significant amount of PermGen is not being released. The culprit seems to be the WebappClassLoader (in Tomcat, but it happens in Jetty too), which is kept in memory by ref[详细]
2023-01-20 13:47 分类:问答java.util.logging: how to set level by logger package (or prefix)?
My app uses many libraries and I\'m using java.util.logging for logging. I\'d like to be able to set different logging levels for each library by doing开发者_StackOverflow社区 something like:[详细]
2023-01-20 05:21 分类:问答tomcat6: cannot create directory for logging in linux
i use ubuntu 9.04 for testing platform. I have created a webapp that log a hardcoded string whenever someone visit index.jsp. I have enable SECURITY_MANAGER in /etc/init.d/tomcat6. And I have grant pe[详细]
2023-01-20 02:26 分类:问答Install log formatter in glassfish
I don´t like the output of the com.sun.enterprise.server.logging.UniformLogFormatter which might be uniform but not very helpful. So in a first step I just replaced it with t开发者_Go百科he java.util[详细]
2023-01-19 14:22 分类:问答java util logging.properties: How to log to two different files
I am placing a logging.properties in the WEB-INF/classes dir of tomcat I would like to log to two different files. For example: org.pkg1 goes to one file and org.pkg2 goes to a separate file.[详细]
2023-01-14 04:17 分类:问答How to disable JUL in 3rd party jar?
In 3rd party jar logger exist this code. \'Logger.getLogger(\"net.java.ao\").log(Level.INFO, sql.toString());开发者_开发问答\'[详细]
2023-01-07 04:59 分类:问答Where does java.util.logging.Logger store their log
I am a bit lost with java Logger private static Logger logger = Logger.getLogger("order.web.OrderManager");[详细]
2023-01-03 00:02 分类:问答Tomcat6 ignores logging.properties partially
I\'m using Tomcat 6, and this is my logging.properties: handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler[详细]
2023-01-02 23:47 分类:问答