-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent an unhandled SecurityException in DatadogLogging #613
Prevent an unhandled SecurityException in DatadogLogging #613
Conversation
…gLogging to the constructor to catch possible SecurityExceptions.
…n DatadogLogging to the constructor to catch possible SecurityExceptions." This reverts commit 0b2cbe4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I know this isn't part of the code you modified, but would you mind moving the constants (They should probably use |
…riable in DatadogLogging to the constructor to catch possible SecurityExceptions."" This reverts commit 9bc3728.
Move initialization of the WindowsDefaultDirectory variable in DatadogLogging to the constructor to catch possible SecurityExceptions. Also, add DD_MAX_LOGFILE_SIZE and DD_TRACE_LOG_PATH as ConfigurationKeys constants.
Move initialization of the WindowsDefaultDirectory field in DatadogLogging to the constructor to catch possible SecurityExceptions.
@DataDog/apm-dotnet