
|
If you were logged in you would be able to see more operations.
|
|
|
|
The log directory for forked/exec'd services should be configurable, and should be organized by opstring name. For example:
/<service-log-root>/services.log/<normalized-opstring-name>/service-name-<instance-id>
|
|
Description
|
The log directory for forked/exec'd services should be configurable, and should be organized by opstring name. For example:
/<service-log-root>/services.log/<normalized-opstring-name>/service-name-<instance-id>
|
Show » |
|
/<serviceLogRootDirectory>/service_logs/<normalized-opstring-name>/service-name-<instance-id>
The serviceLogRootDirectory is a configuration parameter configured for the Cybernode (org.rioproject.cybernode.serviceLogRootDirectory), and defaults to the value returned by System.getProperty("java.io.tmpdir"). Forposix systems this equates to /tmp
This is the root directory to create service logs for services that are forked. This directory will be used as follows:
/<serviceLogRootDirectory>/service_logs/<normalized-opstring-name>/service-name-<instance-id>
This property is read each time a service is forked.
As an example, the first instance of the "Hello World" service in the "Hello World Example" opstring would have it's service log created in:
/tmp/service_logs/Hello_World_Example/Hello_World-1