Skip to content
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

Converting logs "information" to "debug" #99

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

prajon84
Copy link
Contributor

@prajon84 prajon84 commented Apr 3, 2023

Can we move these information logs to debug ?

What do you think?
@mdsol/enablement-dotnet
@jcarres-mdsol

var logMessage = "Mauth-client attempting to authenticate request from app with mauth app uuid " +
$"{signedAppUuid} to app with mauth app uuid {_options.ApplicationUuid} using version {version}";
_logger.LogInformation(logMessage);
_logger.LogDebug(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only one that maybe we want to keep, I'd like to hear from @danielloganking , @johnduhart or other dotnet practicioners

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be @lyndon-gabriel , @dcassidy-mdsol has to say anything ?

@prajon84 prajon84 marked this pull request as ready for review April 11, 2023 12:39
@prajon84 prajon84 added the NRTM label Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants