Skip to content

Commit

Permalink
docs: add notes for environment variable LOGLEVEL
Browse files Browse the repository at this point in the history
Signed-off-by: Xuehai Pan <XuehaiPan@pku.edu.cn>
  • Loading branch information
XuehaiPan committed Sep 6, 2022
1 parent f9f6a5c commit 06a335f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -4,7 +4,8 @@
1. Was this issue already reported? Please do a quick search.
2. Maybe the problem is solved in the current master branch already?
Simply clone nvitop's git repository and run ./nvitop.py to find out.
Simply clone nvitop's git repository and run `LOGLEVEL=DEBUG ./nvitop.py`
to find out.
3. Provide all the relevant information, as outlined in this template.
Feel free to remove any sections you don't need.
-->
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -337,6 +337,7 @@ process filtering:
| `NVITOP_MONITOR_MODE` | The default display mode (a comma-separated string) | `auto` / `full` / `compact`<br>`plain` / `colorful`<br>`dark` / `light` | `auto,plain,dark` |
| `NVITOP_GPU_UTILIZATION_THRESHOLDS` | Thresholds of GPU utilization | `10,75` , `1,99`, ... | `10,75` |
| `NVITOP_MEMORY_UTILIZATION_THRESHOLDS` | Thresholds of GPU memory percent | `10,80` , `1,99`, ... | `10,80` |
| `LOGLEVEL` | Log level for log messages | `DEBUG` , `INFO`, `WARNING`, ... | `WARNING` |

For example:

Expand Down

0 comments on commit 06a335f

Please sign in to comment.