From 448a33f1399b43cb5f3ac0688dda426ee7be1348 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 2 Jan 2025 16:10:17 +0000 Subject: [PATCH] Update README and gitignore --- .gitignore | 3 --- README.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index df9d920d5..52ad86cbc 100644 --- a/.gitignore +++ b/.gitignore @@ -155,9 +155,6 @@ ENV/ # mypy .mypy_cache/ -# RMM log files -rmm_log.txt - # cibuildwheel /wheelhouse diff --git a/README.md b/README.md index 1d1f7a8ee..62ac48805 100644 --- a/README.md +++ b/README.md @@ -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`,