diff options
author | Skyler Hawthorne | 2022-04-17 04:19:22 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-06-19 03:54:03 +0000 |
commit | 267605d147587e120d765fa62333dd986a3cb5e6 (patch) | |
tree | babb91a4d4911ec9d4ea5f9707686d7036b5ee28 /helix-term/src | |
parent | 84bbe6b8f3aa23f3f9f1d8b38844efba6af17b41 (diff) |
reorganize tests into groups
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 146194bf..44025ea0 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -68,7 +68,7 @@ fn setup_integration_logging() { message )) }) - .level(log::LevelFilter::Debug) + .level(log::LevelFilter::Info) .chain(std::io::stdout()) .apply(); } |