0

Does anyone know if it is possible to control what information is written to the WebJob Invocation Logs when using the Azure WebJob SDK? I am processing a queue which holds sensitive information that i do not wish to store or be displayed in the logs. Is this possible?

Any help would be greatly appreciated,

Cheers, Phil.

pmgrove
  • 63
  • 2
  • 4

1 Answers1

0

There is no way to exclude certain data from being logged. You can turn off logging by not setting the following ConnectionString “AzureJobsDashboard”. I will open an issue for us to see if there is a way we can enable this scenario in the future.

pranav rastogi
  • 4,124
  • 23
  • 23