We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4119d22 + e82c0d1 commit 3de5952Copy full SHA for 3de5952
1 file changed
CHANGES.rst
@@ -44,7 +44,8 @@ Breaking changes in 24.0
44
coordinator.`` on the client when running an updated coordinator, your
45
coordinator configuration may set ``ticket`` instead of ``anonymous`` auth.
46
- The `StepReporter` API has been changed. To start step reporting, you must
47
- now call ``StepReporter.start()`` instead of ``StepReporter()``
+ now call ``StepReporter.start()`` instead of ``StepReporter()``, and set up
48
+ logging via ``labgrid.logging.basicConfig()``.
49
- Logging output when running pytest is no longer sent to stderr by default,
50
since this is both chatty and also unnecessary with the improved logging
51
flexibility. It it recommended to use the ``--log-cli-level=INFO`` command
0 commit comments