Add log-level to the list of available options
This commit is contained in:
parent
7c3394b167
commit
024a4e087e
2 changed files with 7 additions and 0 deletions
|
@ -242,6 +242,7 @@
|
|||
|
||||
<!-- Debugging Options -->
|
||||
<debugging-options>Debugging Options</debugging-options>
|
||||
<log-level-desc>Set the logging level for this session. 0=verbose, 5=alerts only</log-level-desc>
|
||||
<trace-read-desc>Trace the reads for a property;</trace-read-desc>
|
||||
<trace-write-desc>Trace the writes for a property;</trace-write-desc>
|
||||
|
||||
|
|
|
@ -807,6 +807,12 @@
|
|||
<section>
|
||||
<name>strings/debugging-options</name>
|
||||
|
||||
<option>
|
||||
<name>log-level</name>
|
||||
<arg>n</arg>
|
||||
<description>strings/log-level-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>trace-read</name>
|
||||
<arg>property</arg>
|
||||
|
|
Loading…
Add table
Reference in a new issue