Expected behavior
When set the following in applicationinsights.json, I expect to turn off auto log collection (JUL in my case):
{
"instrumentation": {
"logging": {
"level": "OFF"
}
}
}
Actual behavior
I am still seeing log traces appear in azure monitor
To Reproduce
Set config as described above and check if trace logs are being sent
Expected behavior
When set the following in applicationinsights.json, I expect to turn off auto log collection (JUL in my case):
Actual behavior
I am still seeing log traces appear in azure monitor
To Reproduce
Set config as described above and check if trace logs are being sent