Hi,
I couldn't find a scenario where by changing the Log Level to 'verbose' from 'normal' in odbase.xml, odrcvr.xml has effect in _odbase.log or _odrcvr.log. (Yes. restarted the OD services).
Could someone provide me a simple scenario to simulate at my end whereby to see the differences of Log Level between verbose and normal.
I am facing the same issue with the Macro logs (src.deployment.log, rcv.deployment.log) too. For Micro logs I could see the difference between verbose and normal. (but the difference in logging is not much).
2) Other question regarding the Logging Rules Hierarchy:
From: OD Admin Guide
"If neither of the previous parameters is specified, logging settings in the base server and receiver files take precedence."
As per the deploymentConfiguration (oddeployment.dtd) the default log level is 'verbose'. So, either you can explicitly specify the Log Level in deployment config or it is going to take the default one. I think really I don't understand here... in that case how it is possible not to specify any log level in the previous parameter.
The simple question would be: what it mean by "previous parameter is not specified"?
Notes from OD Admin Guide
---------------------------------------
a. Levels of Logging
1. verbose
2. normal
b. Types of Log
1. Global Log
a. Sender: server_odbase.log
b. Receiver: server_odrcvr.log
2. Macro Log
a. Sender: src.deployment.log
b. Receiver: rcv.deployment.log
3. Micro Log
a. Sender: src.deployment.server.log
b. Receiver: rcv.deployment.server.log
c. Defining Log Level
1. odbase.xml (default: verbose)
2. odrcvr.xml (default: verbose)
3. deployment_configuration.xml (default: verbose)
4. Running deployment
a. Command Line (iwodcmd –V)
(OR)
b. User Interface (radio button)
d. Logging Rules Hierarchy
Global Logging
a. Logging levels specified in their associated configurations.
Macro and Micro Deployment Logging
a. Logging levels specified in the OpenDeploy user interface or the iwodcmd start command-line tool take precedence.
b. If the previous parameters are not specified, logging settings in the deployment configuration take precedence.
c. If neither of the previous parameters is specified, logging settings in the base server and receiver files take precedence.
d. If no other parameters are specified, OpenDeploy will use its default logging settings.
My second question is about the 'Logging Rules Hierarchy' --- 'Macro and Micro Deployment Logging' --- 'c. if neither ...'
Thanks
S. Muthu Ganesh