I am using Weblogic 8.1.3 on Windows and Node manager to remotely
control the server instance. However, it is noticed that the log file
under bea\weblogic81\common\nodemanager\NodeManagerLogs
\mydomain_myserver_output.log is growing too big. Is there a way to
disable/control the logging to the domain server log?
Hi,
Try to disable nodemanager debug in the Weblogic adminconsole
(Machines -> node manager)
Bart
Hi Bart,
Thank you very much for your response.
I did not have the machine node setup before. But even though I setup
one for it, and the debug option is checked off by default. The
mydomain_myserver_output.log is still getting all my application
output. I have also disabled the Log to stdout under domain -> server -
> Logging -> server tab. And also the Log to domain log file is
unchekded under domain -> server -> logging -> domain tab. All did not
seem to help. I am using Log4j to output application log at debug
level. I have controlled the its output to a file with rotation and
max sizes. I would really like to stop the output to the
mydomain_myserver_output.log or at least to control it.
Looking forward to your reply.
Many Thanks