INFO logging

Hi @RyanMedlen

Have you tried passing the log message to the logger via an info() method?
For e.g logger.info(msg)

For reference you can find the default logback config used by daml navigator at $HOME/.daml/sdk/$YOUR_SDK_VERSION/daml-sdk/navigator-logback.xml

If you want to use a custom logback.xml then have a look at this thread

Thanks.