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

Remove useless error log when use device login #2690

Merged
merged 4 commits into from
Jan 22, 2019

Conversation

Flanker32
Copy link
Member

@Flanker32 Flanker32 commented Jan 22, 2019

Remove waiting response error notification when use device login.
For issue #2368

Eskibear
Eskibear previously approved these changes Jan 22, 2019
Copy link
Member

@Eskibear Eskibear left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for it.

Copy link
Member

@wezhang wezhang left a comment

Choose a reason for hiding this comment

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

Thanks @Flanker32 !

Copy link
Member

@wezhang wezhang left a comment

Choose a reason for hiding this comment

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

LGTM! Shipit!

@Flanker32 Flanker32 merged commit 2621de5 into microsoft:develop Jan 22, 2019
@Flanker32 Flanker32 deleted the hanxiao_fixdevicelogin branch January 22, 2019 05:09
@wezhang wezhang added this to the v3.18.0 milestone Jan 23, 2019
break;
// Close adal logger for it will write useless error log
// for issue #2368 https://github.com/Microsoft/azure-tools-for-java/issues/2368
Logger authLogger = Logger.getLogger(AuthenticationContext.class);
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

andxu pushed a commit to andxu/azure-tools-for-java that referenced this pull request Mar 24, 2020
* Remove useless error log when use device login

* Close the correspond class logger instead of root logger

* Put setLevel into try-catch closure to ensure log level will be restored
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants