How to change the Node Manager Log Level?

Log Level for the Node Manager can be set in the “NodeManager.properties” file usually located under “WL_HOME\common\nodemanager” folder.

“NodeManager.properties” file contains a parameter called ‘LogLevel’ which controls the Node Manager logging level.

Example (in NodeManager.properties file):
set LogLevel=FINEST

The various levels used by Node Manager is listed in java.util.logging.Level – which are:
* SEVERE (highest value)
* WARNING
* INFO
* CONFIG
* FINE
* FINER
* FINEST (lowest value)

Recent Posts

Start typing and press Enter to search