Our project has used the standard logging module for displaying information, warnings and errors in the Cognite Function log interface. This has worked on the Google tenant of our CDF (despite the warning in the docs), but no logs are shown in our new Azure tenant.
Do we need to update our code to a different module, or write our own logger class? Or will the logging module be compatible?