I'm trying to map a Function Bean to an Azure function using Spring Cloud Function 2.0. How is logging supposed to be done?
Do I need to use the Azure context logger or a generic logger like slf4j?
There seems no way to get hold of the Azure context logger, once in the Function Bean.
However, when using slf4j the logging seems to work only locally, but when deploying to Azure and running from Azure portal - the logging doesn't appear in the Azure console.