Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道在使用 Azure WebJob SDK 时是否可以控制将哪些信息写入 WebJob 调用日志?我正在处理一个队列,其中包含我不希望存储或显示在日志中的敏感信息。这可能吗?
任何帮助将不胜感激,
干杯,菲尔。
无法从记录中排除某些数据。您可以通过不设置以下 ConnectionString“AzureJobsDashboard”来关闭日志记录。我将为我们打开一个问题,看看是否有一种方法可以在未来启用此场景。