[QUERY] Is there a way I can disable logs from the AuthenticationAuthority class
See original GitHub issueQuery/Question I am consuming the Azure SDK for a project I am working on. However, I have set the LogLevel in the Azure controller to NONE.
Azure.configure().withLogLevel(LogLevel.NONE).authenticate(credentials);
But still get a bunch of a logs from the class c.m.a.adal4j.AuthenticationAuthority
2020-02-26 15:41:46,991 [pool-1-thread-37] INFO c.m.a.adal4j.AuthenticationAuthority - [Correlation ID: 72e7c78f-67b6-4a95-b164-9f366cc5db91] Instance discovery was successful
I want to know how can I block these logs.
Why is this not a Bug or a feature Request?
- Because I am not sure if there is some way in Azure already that enables me to do this and its just that I am unaware of it.
Setup (please complete the following information if applicable):
- OS: MacOS
- IDE : IntelliJ
- 1.31.0
Information Checklist
- [ ✅ ] Query Added
- [ ✅ ] Setup information Added
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
java - How to disable loggers of a class or of whole package?
In Log4j you can specify a logging level for specified package, class or logger identified by string. You just simply write this in...
Read more >View logs by using the Logs Explorer - Google Cloud
If a query isn't provided, Logging shows each log as it's ingested. To stop streaming, click Stop streaming, or scroll within the Query...
Read more >Adabas Security Features - Software AG Documentation
Important: Database security cannot be disabled once it has been activated. ... Enable or disable Audit Trail logging for authentication and authorization.
Read more >Logging - Operations Manual - Neo4j
Log parameters for the executed queries being logged. You can disable this configuration setting if you do not want to display sensitive information....
Read more >Visual Policy Manager Reference - TechDocs - Broadcom Inc.
https://www.symantec.com/docs/. DOC11475. Commands available in the ProxySG appliance CLI and how to use them to perform configuration and management tasks.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My solution for this issue was:
logging.level.com.microsoft.aad.adal4j.AuthenticationAuthority=WARN
inapplication.properties
Hi @Shabirmean, since you haven’t asked that we “
/unresolve
” the issue, we’ll close this out. If you believe further discussion is needed, please add a comment “/unresolve
” to reopen the issue.