最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

.net - Stackify Integration in Azure Function dotnet 8 isolated - Stack Overflow

programmeradmin3浏览0评论

I am trying to send logs from my Azure Function App (.NET 8 Isolated) to Stackify Retrace using log4net, but logs are not appearing in Retrace.

What I Have Done So Far: Configured log4net.config with the Stackify appender:

Added environment variables in Azure:

STACKIFY_APIKEY = MY_STACKIFY_API_KEY

STACKIFY_APPNAME = my-function-app

STACKIFY_ENVIRONMENT = Development

Checked Stackify Dashboard:

My Function App appears under "Servers" but not under "Apps".

No logs are showing in Retrace.

My Questions: Why is my Function App showing in "Servers" but not in "Apps"?

What additional configuration is needed to make logs appear in Retrace?

Do I need OTEL (OpenTelemetry) for logging, or is log4net + Stackify enough?

Any help is greatly appreciated!

发布评论

评论列表(0)

  1. 暂无评论