Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
doc: NO_COLOR (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvanjoi authored Dec 29, 2023
1 parent c956216 commit e74f4a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/debugging/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Use the `RSPACK_PROFILE` environment variable for displaying trace information

```bash
RSPACK_PROFILE=TRACE=layer=logger rspack build
RSPACK_PROFILE='TRACE=layer=logger&filter=rspack_core::compiler::compilation' rspack build # filter for an event
# filter for an event
RSPACK_PROFILE='TRACE=layer=logger&filter=rspack_core::compiler::compilation' rspack build
# disable ansi color escape codes
NO_COLOR=1 RSPACK_PROFILE=TRACE=layer=logger rspack build
```

### `oxc_resolver`
Expand Down

0 comments on commit e74f4a8

Please sign in to comment.