Skip to content

Commit 6b23d31

Browse files
committed
Remind about log suppression.
1 parent 8ed9772 commit 6b23d31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/helpers.rst

+4
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ created in data migrations, you should add the
374374
You can also use ``--liveserver-verbose`` command-line argument, to outputs
375375
the liveserver logs to the standard output, including tracebacks. This is
376376
useful for debugging live server behaviour and environment-related problems.
377+
Take note, logs will be written to standard output, which is being supressed
378+
by pytest by default, so you will need to use ``-s`` or ``--capture=no``
379+
parameter too.
380+
377381

378382
.. note:: Combining database access fixtures.
379383

0 commit comments

Comments
 (0)