-
Notifications
You must be signed in to change notification settings - Fork 300
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
Debug Messages on console #268
Comments
Can you disable logging at |
The issue seems to be in our application. I am closing the issue. |
I'm also affected by this. Usually in tests I prefer debug log level for obvious reasons. |
@tom-mi are you on the most recent version of ArchUnit? A lot of the output has been changed from |
For refrence: This was changed with #291. |
I tried it several ways but i didn't managed to get rid of the messages, sadly.
My testing environment is plain JUnit5 so there is no custom spring-config going on to load a |
But if you see |
Arch unit is printing a lot of debug messages on console. How could I stop them from printing on console.
23:25:19.247 [main] DEBUG com.tngtech.archunit.core.importer.JavaClassProcessor - Analysing method java.lang.reflect.Executable.sharedToGenericString:(IZ)Ljava/lang/String; 23:25:19.247 [main] DEBUG com.tngtech.archunit.core.importer.JavaClassProcessor - Analysing method java.lang.reflect.Executable.specificToGenericStringHeader:(Ljava/lang/StringBuilder;)V 23:25:19.247 [main] DEBUG com.tngtech.archunit.core.importer.JavaClassProcessor - Analysing method java.lang.reflect.Executable.getDeclaringClass:()Ljava/lang/Class; 23:25:19.247 [main] DEBUG com.tngtech.archunit.core.importer.JavaClassProcessor - Analysing method java.lang.reflect.Executable.getName:()Ljava/lang/String;
The text was updated successfully, but these errors were encountered: