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 68e0dbd commit c8afeaa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,51 @@ ContainerLog
(1) up to "report all messages" (100). The default log level is rather
high (80) and should be adjusted accordingly.</para>

<para>For example, verbosity should be medium for all components:</para>
<para>These are the available log levels:</para>

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

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

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

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

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

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

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

<listitem>
<para>DebugMsgThreshold = 80;</para>
</listitem>

<listitem>
<para>ExtraneousMsgThreshold = 90;</para>
</listitem>

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

<para>For example, to set verbosity to medium for all components:</para>

<programlisting>helm install myhpcc ./hpcc --set global.logging.detail="50" </programlisting>
</sect2>
Expand Down
2 changes: 1 addition & 1 deletion vcpkg

0 comments on commit c8afeaa

Please sign in to comment.