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
For completeness, we show here the corresponding section from the ``Example7Test``, so that the connection between the test's code and the output becomes clear:
621
624
622
625
.. literalinclude:: ../tutorial/example7.py
623
-
:lines:20-28
626
+
:lines:19-27
624
627
:dedent: 8
625
628
626
629
@@ -788,7 +791,7 @@ Logging in ReFrame is configured by the ``logging_config`` variable in the ``ref
788
791
The default configuration looks as follows:
789
792
790
793
.. literalinclude:: ../reframe/settings.py
791
-
:lines:51-78
794
+
:lines:47-74
792
795
:dedent: 4
793
796
794
797
Note that this configuration dictionary is not the same as the one used by Python's logging framework.
@@ -913,7 +916,7 @@ ReFrame supports an additional logging facility for recording performance values
913
916
This is configured by the ``perf_logging_config`` variables, whose syntax is the same as for the ``logging_config``:
914
917
915
918
.. literalinclude:: ../reframe/settings.py
916
-
:lines:77-96
919
+
:lines:76-95
917
920
:dedent: 4
918
921
919
922
Performance logging introduces two new log record handlers, specifically designed for this purpose.
0 commit comments