From dd9ef89709c080a251a60d36a632c3662c866a96 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Mon, 28 Mar 2022 20:48:12 -0500 Subject: [PATCH] Update tomls --- defaults.toml | 6 +++--- dev.toml | 6 +++--- docker/object-storage/pict-rs.toml | 10 ++++++++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/defaults.toml b/defaults.toml index 01834cc..1312337 100644 --- a/defaults.toml +++ b/defaults.toml @@ -2,7 +2,7 @@ address = '0.0.0.0:8080' [tracing.logging] format = 'normal' -targets = 'info' +targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info' [tracing.console] buffer_capacity = 102400 @@ -21,10 +21,10 @@ max_area = 40000000 max_file_size = 40 enable_silent_video = true filters = [ - 'crop', 'blur', - 'resize', + 'crop', 'identity', + 'resize', 'thumbnail', ] skip_validate_imports = false diff --git a/dev.toml b/dev.toml index 91c5b00..9a5748b 100644 --- a/dev.toml +++ b/dev.toml @@ -2,7 +2,7 @@ address = '0.0.0.0:8080' [tracing.logging] format = 'normal' -targets = 'info' +targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info' [tracing.console] buffer_capacity = 102400 @@ -21,11 +21,11 @@ max_area = 40000000 max_file_size = 40 enable_silent_video = true filters = [ + 'blur', + 'crop', 'identity', 'resize', - 'crop', 'thumbnail', - 'blur', ] skip_validate_imports = false diff --git a/docker/object-storage/pict-rs.toml b/docker/object-storage/pict-rs.toml index 4ef7d90..980d749 100644 --- a/docker/object-storage/pict-rs.toml +++ b/docker/object-storage/pict-rs.toml @@ -2,7 +2,7 @@ address = '0.0.0.0:8080' [tracing.logging] format = 'normal' -targets = 'info' +targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info' [tracing.console] buffer_capacity = 102400 @@ -20,7 +20,13 @@ max_height = 10000 max_area = 40000000 max_file_size = 40 enable_silent_video = true -filters = ['crop', 'resize', 'thumbnail', 'blur', 'identity'] +filters = [ + 'blur', + 'crop', + 'identity', + 'resize', + 'thumbnail', +] skip_validate_imports = false [repo]