Skip to content

Commit

Permalink
Auto Format
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-gardener committed Mar 8, 2022
1 parent 01609ec commit 0a64d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/taichi/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ def logger(msg, *args, **kwargs):
def set_logging_level(level):
"""Setting the logging level to a specified value.
Available levels are: 'trace', 'debug', 'info', 'warn', 'error', 'critical'.
Note that after calling this function, logging levels below the specified one will
also be effective. For example if `level` is set to 'warn', then the levels below
it, which are 'error' and 'critical' in this case, will also be effective.
it, which are 'error' and 'critical' in this case, will also be effective.
See also https://docs.taichi.graphics/lang/articles/contribution/utilities#logging.
Args:
level (str): Logging level.
level (str): Logging level.
Example::
Expand Down

0 comments on commit 0a64d45

Please sign in to comment.