xo_tokenizer_repl: reduce hardwired log level
This commit is contained in:
parent
2f7155e57b
commit
1a3d86b800
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ main() {
|
|||
using tokenizer_type = tokenizer<char>;
|
||||
using span_type = tokenizer_type::span_type;
|
||||
|
||||
xo::log_config::min_log_level = xo::log_level::info;
|
||||
xo::log_config::min_log_level = xo::log_level::severe;
|
||||
|
||||
bool interactive = isatty(STDIN_FILENO);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue