May 20, 2014 If you have a number of WebLogic Server instances running. Log Rotation in Weblogic. The first line names the log file to rotate. About rotating log files. Then the server starts its file rotation immediately. What is the role or need of weblogic.xml file inside weblogic server.
So here is your answer, finally found the missing piece of the puzzle to very obscure Weblogic Loggin Service architechture. To get what you want you need to do the following: (1) Read through the following documentation piece (2) Then using weblogic specific Jars, code your own Log4J Appender or Jul Handler (3) Make sour appender subscribe on the Weblogic Server logger. The server logger of weblogic is just a shell that is being route logging events from deployed applications as well as weblogic internal code - such as when your code blows up and the EJB container logs and error.
(4) Code into your handler whatever logic you want. I will not provide you my design architechture for this, but I will give you an extra two scents: Be very careful on how your appender logs events coming from weblogic. Make sure that whatever your Appender does for logging the Weblogic WARNINGs or Weblogic INFOS or Errors does end up creating new logging events to the weblogic server logger, or you will create an infinite recursive loop of logging and posisbly even dead lock the logging framework. But this is the solution for what you want to do - nothing else with work on the Admin Console - you have to realize the weblogic logging architechture is like a closed rock that wants to swallow all the log events and present yoiu the not so useful console log overview of those log events. I personally do not like it, I think its obscure, but at least you have a way to plugin your own to code their logging architechture.
I minused your answer because is ten miles off the mark. What he wishes to be able to do is something like you are able to do in a normal log4j.properties or logging. Montana Tool Program National Guard Website here. How Do I Change My Driver S License To Texas here. properties for java util where you could configure muliple loggers or appernds with different target files. The wbelogic console logging is quite quite limited. Is like a slugish stone UI and geting proper logging and with a proper format, is a daunting task.