mirror of
https://github.com/atuinsh/atuin.git
synced 2025-03-14 06:59:10 +01:00
fix(regex): disable regex error logs (#1806)
This commit is contained in:
parent
9933220dac
commit
f9fa441d60
@ -84,6 +84,7 @@ impl Cmd {
|
||||
async fn run_inner(self) -> Result<()> {
|
||||
Builder::new()
|
||||
.filter_level(log::LevelFilter::Off)
|
||||
.filter_module("sqlx_sqlite::regexp", log::LevelFilter::Off)
|
||||
.parse_env("ATUIN_LOG")
|
||||
.init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user