Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
HakamFostok committed Oct 27, 2025
commit ff2d5affb663065c6b0ba249bdda20c0ad50c7bc
2 changes: 1 addition & 1 deletion docs/docs/customization-extensibility/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you want to override this, you can inherit from `TUnitLogger` or `DefaultLogg
```

## Log Level Command Line
If you are executing tests via the command line, you can set the log level via the `--loglevel` argument:
If you are executing tests via the command line, you can set the log level via the `--log-level` argument:

```
dotnet run --log-level Warning
Expand Down