Only log java command and arguments on Level.FINE
This commit is contained in:
parent
4d4479bf23
commit
f9cbd63bce
5 changed files with 30 additions and 10 deletions
4
examples/.idea/misc.xml
generated
4
examples/.idea/misc.xml
generated
|
@ -3,6 +3,10 @@
|
|||
<component name="EntryPointsManager">
|
||||
<pattern value="com.example.ExamplesBuild" method="testng" />
|
||||
<pattern value="com.example.ExampleTest" method="testFail" />
|
||||
<pattern value="com.example.ExamplesBuild" method="jacoco" />
|
||||
<pattern value="com.example.ExamplesTest" />
|
||||
<pattern value="com.example.ExamplesTest" method="foo" />
|
||||
<pattern value="com.example.ExamplesTest" method="verifyHello" />
|
||||
</component>
|
||||
<component name="PDMPlugin">
|
||||
<option name="customRuleSets">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue