Skip to content

Commit

Permalink
Merge pull request #1319 from rohieb/changes
Browse files Browse the repository at this point in the history
CHANGES.rst: mention logging config for StepReporter
  • Loading branch information
Emantor authored Jan 24, 2024
2 parents 4119d22 + e82c0d1 commit 3de5952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Breaking changes in 24.0
coordinator.`` on the client when running an updated coordinator, your
coordinator configuration may set ``ticket`` instead of ``anonymous`` auth.
- The `StepReporter` API has been changed. To start step reporting, you must
now call ``StepReporter.start()`` instead of ``StepReporter()``
now call ``StepReporter.start()`` instead of ``StepReporter()``, and set up
logging via ``labgrid.logging.basicConfig()``.
- Logging output when running pytest is no longer sent to stderr by default,
since this is both chatty and also unnecessary with the improved logging
flexibility. It it recommended to use the ``--log-cli-level=INFO`` command
Expand Down

0 comments on commit 3de5952

Please sign in to comment.