bugfix: debug mask
This commit is contained in:
@@ -66,7 +66,7 @@ $ ./build/ouros
|
||||
```
|
||||
For control on debugging:
|
||||
```bash
|
||||
$ ./build/ouros --debug 0b00111111
|
||||
$ ./build/ouros --debug=0b00111111
|
||||
```
|
||||
where each bit in the mask corresponds to a debug level, in order: unused, unused, fatal, trace, error, warning, notice, and info. `0b1111111` enables all debug messages.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user