Update tomls
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (Lion) 2022-03-28 20:48:12 -05:00
parent eb5e39c634
commit dd9ef89709
3 changed files with 14 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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]