Skip to content

Commit 9372386

Browse files
committed
doc
1 parent d82f42b commit 9372386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributor-guide/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ By default, Comet emits native-side logs at the `INFO` level to `stderr`.
171171

172172
You can use the `COMET_LOG_LEVEL` environment variable to specify the log level. Supported values are: `OFF`, `ERROR`, `WARN`, `INFO`, `DEBUG`, `TRACE`.
173173

174-
For example, to configure native logs at the `DEBUG` level:
174+
For example, to configure native logs at the `DEBUG` level on spark executor:
175175

176176
```
177177
spark.executorEnv.COMET_LOG_LEVEL=DEBUG

0 commit comments

Comments
 (0)