You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to included the log agent into the App Service Extension as well. (where we can use environment variables to enable the log agent and customize the log path.)
Hi @litan1106 thanks for the report.
No code change log collection is coming to the app service extension soon.
This is currently in progress. I'll update you here as soon as it is available.
@colin-higgins Does this also mean that other logging providers such as NLog would now work with Azure App Services? If so is there an ETA on the release. We are currently in the middle of the 14 day trial and getting better support for NLog on Azure App Services would be a huge help for us.
This currently says that only serilog is supported.
"Sending logs from your application in Azure App Service to Datadog requires the use of Serilog. Submitting logs with this method allows for trace ID injection, which makes it possible to connect logs and traces in Datadog. To enable trace ID injection with the extension, add the application setting DD_LOGS_INJECTION:true."
Why no custom log agent collector for app service? We were forced to use agentless method. https://docs.datadoghq.com/logs/log_collection/csharp/?tab=serilog#agentless-logging
It would be great to included the log agent into the App Service Extension as well. (where we can use environment variables to enable the log agent and customize the log path.)
example:
The text was updated successfully, but these errors were encountered: