Skip to content

Commit

Permalink
HPCC-30959 Document Log Level detail values
Browse files Browse the repository at this point in the history
Signed-off-by: g-pan <[email protected]>
  • Loading branch information
g-pan committed Feb 5, 2024
1 parent 1911aa0 commit 2d81849
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,35 +630,35 @@ ContainerLog
(1) up to "report all messages" (100). The default log level is rather
high (80) and should be adjusted accordingly.</para>

<para>These are the available log levels: </para>
<para>These are the available log levels:</para>

<para><itemizedlist>
<listitem>
<para>CriticalMsgThreshold = 1; </para>
<para>CriticalMsgThreshold = 1;</para>
</listitem>

<listitem>
<para>FatalMsgThreshold = 1;</para>
</listitem>

<listitem>
<para>ErrMsgThreshold = 10; </para>
<para>ErrMsgThreshold = 10;</para>
</listitem>

<listitem>
<para>WarnMsgThreshold = 20;</para>
</listitem>

<listitem>
<para>AudMsgThreshold = 30; </para>
<para>AudMsgThreshold = 30;</para>
</listitem>

<listitem>
<para>ProgressMsgThreshold = 50;</para>
</listitem>

<listitem>
<para>InfoMsgThreshold = 60; </para>
<para>InfoMsgThreshold = 60;</para>
</listitem>

<listitem>
Expand All @@ -670,7 +670,7 @@ ContainerLog
</listitem>

<listitem>
<para>ReportAll = 100; </para>
<para>ReportAll = 100;</para>
</listitem>
</itemizedlist></para>

Expand Down

0 comments on commit 2d81849

Please sign in to comment.