Oracle EPM Cloud Adapter - Logging
Logging
The log level can be set in appsettings.json in "LogLevel" property (Both Web project and CLI project have own appsettings.json file).
Location of the log files:
- CLI command - {CXO-Installation-Dir}\Oracle Cloud EPM Adapter\Extraction\logs
- Web application - {CXO-Installation-Dir}\Oracle Cloud EPM Adapter\Web API\logs
Log files are split into two file types:
- nlog-all - Contains CXO defined logs and logs generated by other Microsoft libraries.
- nlog-own-detailed - Contains logs defined by CXO with a more detailed information than the information in nlog-all and has filters logs created by Microsoft libraries.
Logging to the console in CLI tool
- Changing log level influence not only logs level saved in the files but also information written to the console.