Smile CDR v2024.08.PRE
On this page:

27.5.1Custom Logging

 

The file customer-lib/logback-smile-custom.xml allows you to customize the data you want to track. You can edit the file to suit your preferences or use it as a template to create a new file. Uncommenting any code within this file will enable logging on Smile CDR, similar to the methods provided in troubleshooting logs would.

The file can be found in customer-lib/logback-smile-custom.xml and below is a snippet of code from the file itself:

<logger name="ca.cdr.log">
   <appender-ref ref="STDOUT_SYNC"/>
</logger>
<logger name="ca.uhn.fhir.log">
    <appender-ref ref="STDOUT_SYNC"/>
</logger>