Skip to content

Commit 3de5952

Browse files
authored
Merge pull request #1319 from rohieb/changes
CHANGES.rst: mention logging config for StepReporter
2 parents 4119d22 + e82c0d1 commit 3de5952

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Breaking changes in 24.0
4444
coordinator.`` on the client when running an updated coordinator, your
4545
coordinator configuration may set ``ticket`` instead of ``anonymous`` auth.
4646
- The `StepReporter` API has been changed. To start step reporting, you must
47-
now call ``StepReporter.start()`` instead of ``StepReporter()``
47+
now call ``StepReporter.start()`` instead of ``StepReporter()``, and set up
48+
logging via ``labgrid.logging.basicConfig()``.
4849
- Logging output when running pytest is no longer sent to stderr by default,
4950
since this is both chatty and also unnecessary with the improved logging
5051
flexibility. It it recommended to use the ``--log-cli-level=INFO`` command

0 commit comments

Comments
 (0)