mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
testing_faq.md: clarify how to set system property for logging
This commit is contained in:
parent
1735457c2f
commit
6c04a0eb08
@ -33,7 +33,8 @@ In some situations, added or changed files (e.g. DTDs provided by plugin) are no
|
|||||||
|
|
||||||
### How to enable DEBUG/TRACE logging?
|
### How to enable DEBUG/TRACE logging?
|
||||||
|
|
||||||
Set system properties `idea.log.debug.categories` or `idea.log.trace.categories`, respectively.
|
Provide JVM system properties (Gradle: via `systemProperty` for `test` task) `idea.log.debug.categories` or `idea.log.trace.categories`, respectively.
|
||||||
|
Multiple categories can set using a comma separated value list.
|
||||||
|
|
||||||
### How to get separate logs for failing tests?
|
### How to get separate logs for failing tests?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user