Should we turn on ASP .NET Diagnostics extension by default for web apps? #491
Unanswered
isaacabraham
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Sure, on by default and have -no_logging to switch it off? It should be
easy to init the extensions list with the log ext
…On Sat, 12 Dec 2020 at 23:12, Isaac Abraham ***@***.***> wrote:
This would turn on the App Service extension (which is I believe the same
as this
<https://www.nuget.org/packages/Microsoft.Extensions.Logging.AzureAppServices/>
nuget package) if the App Service was netcore.
What do you think? I've seen enough people struggle with the log stream in
the past to think it could be a good idea.
@Dzoukr <https://github.com/Dzoukr> @davedawkins
<https://github.com/davedawkins>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#491>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFV3NK3WXM36KHVFD3NIDSUP2GZANCNFSM4UYYU4JA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
That's always a difficult thing to make sane default. If it doesn't have any impact on pricing on Azure, let's have it as default. If it has, I would rather have it as one of the options. In such case there could be some kind of "hint warnings" during ARM compilation to suggest turning on things we consider as good to have, but have impact on pricing so we cannot turn'em on directly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would turn on the App Service extension (which is I believe the same as this nuget package) if the App Service was netcore.
What do you think? I've seen enough people struggle with the log stream in the past to think it could be a good idea.
@Dzoukr @davedawkins
Beta Was this translation helpful? Give feedback.
All reactions