Skip to content

Commit

Permalink
Update README and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 2, 2025
1 parent 88cf0c6 commit 448a33f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@ ENV/
# mypy
.mypy_cache/

# RMM log files
rmm_log.txt

# cibuildwheel
/wheelhouse

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ set to `True`. The log file name can be set using the `log_file_name` parameter.
RMM includes a debug logger which can be enabled to log trace and debug information to a file. This
information can show when errors occur, when additional memory is allocated from upstream resources,
etc. The default log file is `rmm_log.txt` in the current working directory, but the environment
variable `RMM_DEBUG_LOG_FILE` can be set to specify the path and file name.
etc. By default output is logged to stderr, but the environment variable
`RMM_DEBUG_LOG_FILE` can be set to specify a path and file name to dump the logs to instead.
There is a CMake configuration variable `RMM_LOGGING_LEVEL`, which can be set to enable compilation
of more detailed logging. The default is `INFO`. Available levels are `TRACE`, `DEBUG`, `INFO`,
Expand Down

0 comments on commit 448a33f

Please sign in to comment.