Skip to content

Commit d82f42b

Browse files
committed
format
1 parent 2b80d8e commit d82f42b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/contributor-guide/debugging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ Note:
167167

168168
### Native log configuration
169169

170-
By default, Comet emits native-side logs at the **INFO** level to `stderr`.
170+
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

174174
For example, to configure native logs at the `DEBUG` level:
175175

176176
```
177-
spark.executorEnv.COMET_LOG_LEVEL=DEBUG
177+
spark.executorEnv.COMET_LOG_LEVEL=DEBUG
178178
```
179179

180180
This produces output like the following:
@@ -188,5 +188,5 @@ This produces output like the following:
188188
...
189189
```
190190

191-
Additionally, you can place a `log4rs.yaml` configuration file inside the Comet configuration directory specified by the `COMET_CONF_DIR` environment variable to enable more advanced logging configurations. This file uses the [log4rs YAML configuration format](https://docs.rs/log4rs/latest/log4rs/#configuration-via-a-yaml-file).
191+
Additionally, you can place a `log4rs.yaml` configuration file inside the Comet configuration directory specified by the `COMET_CONF_DIR` environment variable to enable more advanced logging configurations. This file uses the [log4rs YAML configuration format](https://docs.rs/log4rs/latest/log4rs/#configuration-via-a-yaml-file).
192192
For example, see: [log4rs.yaml](https://github.com/apache/datafusion-comet/blob/main/conf/log4rs.yaml).

0 commit comments

Comments
 (0)