Azure / Azure/azure-functions-host

SystemTraceHandler still tracing to File even fileLoggingMode = never

Open
#2,644 4 comments 0 reactions 1 assignee Claimed by @brettsam View on GitHub
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 10h
Merged PRs (30d)
36

Description

Even after the host is already initialized and fileLoggingMode = never. We still keep tracing this info into a file.

```
2018-04-06T18:46:45.705 [Info] Executing HTTP request: {
"requestId": "b11a1c89-9037-4bf6-b673-2438c197e3ff",
"method": "GET",
"uri": "/"
}
2018-04-06T18:46:45.705 [Info] Executed HTTP request: {
"requestId": "b11a1c89-9037-4bf6-b673-2438c197e3ff",
"method": "GET",
"uri": "/",
"authorizationLevel": "Anonymous",
"status": "OK"
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.