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 cxoContains CXO defined logs and logs generated by other Microsoft libraries.
Usually it is more verbosenlog-own-detailed -
containsContains logs defined by
cxoCXO with a more detailed information
then info in “nlog-all“ and additionallythan 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.