Skip to content

Commit

Permalink
Update global_settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhaoliang authored Jan 3, 2023
1 parent c604086 commit dbd25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/reference/global_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ If you want to use CUDA and Taichi's GGUI system at the same time on a machine w

## Logging

- To set the logging level: `ti.init(log_level=ti.TRACE)` or `ti.set_logging_level(ti.TRACE)` enables the TRACE level. The environment variable `TI_LOG_LEVEL` serves the same purpose.
- To set the logging level: `ti.init(log_level=ti.TRACE)` or `ti.set_logging_level(ti.TRACE)` enables the TRACE level. The environment variable `TI_LOG_LEVEL` serves the same purpose.
- To eliminate verbose outputs: `ti.init(verbose=False)`.

## Develop
Expand Down

0 comments on commit dbd25e6

Please sign in to comment.