Browse Source

Merge pull request #7945 from JamesDeFabia/14513soapTraceLevel

HPCC-14513 Document #OPTION('soapTraceLevel','n')

Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed-By: Russ Whitehead <william.whitehead@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 years ago
parent
commit
822c6c7a87
1 changed files with 10 additions and 0 deletions
  1. 10 0
      docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

+ 10 - 0
docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

@@ -964,6 +964,16 @@
 
               <entry>If true, enables ASSERT checking.</entry>
             </row>
+
+            <row>
+              <entry><emphasis>soapTraceLevel</emphasis></entry>
+
+              <entry>Default: 1</entry>
+
+              <entry>The level of detail in reporting SOAPCALL or HTTPCALL
+              information (set to 0 for none, 1 for normal, 2 - 8 for more
+              detail)</entry>
+            </row>
           </tbody>
         </tgroup>
       </informaltable></para>