Hello @Abazinet
When using Logback for logging, you need to ensure that the logs are written to the correct location. By default, Azure Functions logs are written to the console, which is why you can see the logs in the log stream.
However, the Azure portal's logs are not the same as the log stream.
To ensure that your Logback logs are visible in the Azure portal, you need to configure Logback to write the logs to a file. You can then configure Azure Functions to send these logs to Azure Monitor logs, which will make them visible in the Azure portal.
Here are the steps to configure Logback to write logs to a file:
- Create a Logback configuration file (e.g. logback.xml) in your project's resources folder.
- Configure Logback to write logs to a file by adding the appropriate configuration