Skip to content

Commit

Permalink
CHANGES.rst: mention logging config for StepReporter
Browse files Browse the repository at this point in the history
This is consistent with commit a3df4e6 (2023-04-27, Rouven
Czerwinski: "stepreporter: deprecate it").

Signed-off-by: Roland Hieber <[email protected]>
  • Loading branch information
rohieb committed Jan 18, 2024
1 parent 1bb2db3 commit e82c0d1
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 e82c0d1

Please sign in to comment.