How to make WebLogic log all "console" message into a file?

20,065

You can do this by either modifying the startWeblogic.cmd or from the Admin console

See both options in detail at the docs

When you start the Administration Server, include the following Java option in the weblogic.Server command:

-Dweblogic.log.RedirectStdoutToServerLogEnabled=true

Or from the Admin Console

Share:
20,065
MemoryLeak
Author by

MemoryLeak

Updated on June 04, 2020

Comments

  • MemoryLeak
    MemoryLeak almost 4 years

    In Eclipse you can see all messages in console (output of System.out.println), but in WebLogic, how can I get a file which contains all these message ?

  • jan.supol
    jan.supol about 4 years
    There is also -Dweblogic.log.RedirectStderrToServerLogEnabled=true