Skip to content

Commit

Permalink
Update documentation [verbose_level]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexelius committed Sep 10, 2024
1 parent 0c44010 commit 41ecd8c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions ptypy/core/ptycho.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,16 @@ class Ptycho(Base):
default = 'ERROR'
help = Verbosity level
doc = Verbosity level for information logging.
- ``CRITICAL``: Only critical errors
- ``ERROR``: All errors
- ``WARNING``: Warning
- ``INFO``: Process Information
- ``INSPECT``: Object Information
- ``DEBUG``: Debug
- ``CITATION``: Only citation message
- ``CRITICAL``: Only critical errors
- ``ERROR``: All errors
- ``WARNING``: Warning
- ``INTERACTIVE``: Interactive logging for jupyter notebooks
- ``INFO``: Process Information
- ``INSPECT``: Object Information
- ``DEBUG``: Debug
type = str, int
choices = ['CRITICAL', 'ERROR', 'WARNING', 'INFO', 'INSPECT', 'DEBUG']
choices = ['CITATION', 'CRITICAL', 'ERROR', 'WARNING', 'INTERACTIVE', 'INFO', 'INSPECT', 'DEBUG']
userlevel = 0
[data_type]
Expand Down

0 comments on commit 41ecd8c

Please sign in to comment.