How to do proper logging
Classic logger
You can initialize a classic logger if you want to log things that will be visible in the logs once deployed.
SA Logger
We added a different logger, more specific to a SA that need of seeing things when doing local analysis, but with no need of seeing those logs in Datadog. This sa_logger will pretty print the given predictions to make them easily readable in the terminal. You can try it out using:
To see those logs you can add the flag --sa-logger
to your wf_client run
command.