57 lines
921 B
Plaintext
57 lines
921 B
Plaintext
![]() |
ifdef::env-github,rspecator-view[]
|
||
|
|
||
|
'''
|
||
|
== Implementation Specification
|
||
|
(visible only on this page)
|
||
|
|
||
|
=== Message
|
||
|
|
||
|
Reduce the XXX logging calls within this code block.
|
||
|
|
||
|
=== Highlighting
|
||
|
|
||
|
* Primary: 1st logging statement
|
||
|
* Secondary 1: 2nd logging statement
|
||
|
* Secondary 2: 3rd logging statement
|
||
|
* Secondary 3: 4th logging statement
|
||
|
...
|
||
|
|
||
|
=== Parameters
|
||
|
|
||
|
.debugThreshold
|
||
|
****
|
||
|
----
|
||
|
4
|
||
|
----
|
||
|
The maximum number of DEBUG, TRACE and VERBOSE statements allowed in the same code block
|
||
|
****
|
||
|
|
||
|
.informationThreshold
|
||
|
****
|
||
|
----
|
||
|
2
|
||
|
----
|
||
|
The maximum number of INFORMATION statements allowed in the same code block
|
||
|
****
|
||
|
|
||
|
.warningThreshold
|
||
|
****
|
||
|
----
|
||
|
1
|
||
|
----
|
||
|
The maximum number of WARNING statements allowed in the same code block
|
||
|
****
|
||
|
|
||
|
.errorThreshold
|
||
|
****
|
||
|
----
|
||
|
1
|
||
|
----
|
||
|
The maximum number of ERROR and FATAL statements allowed in the same code block
|
||
|
****
|
||
|
|
||
|
'''
|
||
|
== Comments And Links
|
||
|
(visible only on this page)
|
||
|
|
||
|
endif::env-github,rspecator-view[]
|