You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameter {\tt logFile} and {\tt logMask} will override the same parameters in the {\tt Setup} section.
3706
+
3707
+
Parameters {\tt progressLogFile} and {\tt structuredLogFile} are the filename where progress log messages
3708
+
and structured log messages are written out to, respectively, which supports Boost string patterns.This defaults to ``log\_progress\_\%N.json'' and ``log\_structured\_\%N.json'', respectively, where {\tt N} will be an integer (beginning at 0) used for log file rotation.
3709
+
3710
+
Parameters {\tt progressLogRotationSize} and {\tt structuredLogRotationSize} are the size limit (in bytes)
3711
+
of each log file before applying log file rotation to the progress log file and structured log message file,
3712
+
respectively.. For example, $10 * 1024 * 1024 = 10 \text{MiB}$. Defaults to 100 MiB.
3713
+
3714
+
If the parameter {\tt progressLogToConsole} is set to true, then progress logs will be written to std::cout.
3715
+
This can be used simultaneously with {\tt progressLogFile}, i.e.\ progress logs can be written out
0 commit comments