Skip to content

Commit

Permalink
Docs: Correct example of verdi config unset in troubleshooting (#6118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarkszw committed Sep 9, 2023
1 parent 9e80834 commit d6143db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/intro/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ When the problem is solved, we suggest to reset the default logging level, with:

.. code-block:: console
$ verdi config logging.circus_loglevel --unset
$ verdi config logging.aiida_loglevel --unset
$ verdi config unset logging.circus_loglevel
$ verdi config unset logging.aiida_loglevel
to avoid too much noise in the logfiles.

Expand Down

0 comments on commit d6143db

Please sign in to comment.