You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect to see only issues related strings in the output
Observed behavior
I also see dozens of lines like this ones - looks like the count depends on processing files count:
09:32:05.102 [main] DEBUG org.cqfn.diktat.ruleset.rules.DiktatRuleSetProvider - Will run diktat-ruleset with diktat-analysis.yml (it can be placed to the run directory or the default file from resources will be used)
09:32:05.102 [main] DEBUG org.cqfn.diktat.common.config.rules.RulesConfigReader - Using diktat-analysis.yml file from the following path: .../diktat-analysis.yml
09:32:05.384 [Thread-0] DEBUG org.cqfn.diktat.ruleset.rules.DiktatRuleSetProvider - Will run diktat-ruleset with diktat-analysis.yml (it can be placed to the run directory or the default file from resources will be used)
09:32:05.385 [Thread-0] DEBUG org.cqfn.diktat.common.config.rules.RulesConfigReader - Using diktat-analysis.yml file from the following path: .../diktat-analysis.yml
@PhilipDukhov thank you for this report! Looks like we made 1.2.0 release very dirty. Today or tomorrow we will releases 1.2.1 with several fixes, including this one
Yes, we'll fix it in 1.2.1 by adding configuration for logback, and we have #1394 for more thorough investigation of logging, the problem is described in that issue
### What's done:
* Initialize loggers using kotlin-logging and extension from ktlint-core
This pull request closes#1413. Full description of the problem is in #1394
Describe the bug
I'm using gradle plugin with the following setup:
Note that downgrading to 1.1.0 solves the issue
Expected behavior
I expect to see only issues related strings in the output
Observed behavior
I also see dozens of lines like this ones - looks like the count depends on processing files count:
Steps to Reproduce
./gradlew diktatCheck
Environment information
The text was updated successfully, but these errors were encountered: