Use with WLST: Online
Description
The ohs_addNMProperties command adds a property to the Oracle HTTP Server Node Manager plug-in property file (ohs_nm.properties). This command is available when WLST is connected to an Administration Server instance.
Syntax
ohs_addNMProperties(logLevel = 'value', machine='node-manager-machine-name')
| Argument | Description |
|---|---|
LogLevel |
The granularity of information written to the log. The default is
|
machine |
The name of the machine on which Node Manage is running. |
Example
This example creates a log file with name ohs_nm.log under the path <domain_dir>/system_components/OHS with log level is set to FINEST on the target machine, my_NM_machine. The user need not restart Node Manager.
ohs_addNMProperties(logLevel = 'FINEST', machine = 'my_NM_machine')