日志配置

This commit is contained in:
shikong 2023-09-21 00:27:24 +08:00
parent 8c35b8ae41
commit 91124ca822
3 changed files with 12 additions and 0 deletions

View File

@ -80,3 +80,7 @@ ffmpeg-support:
download: false
input: false
output: false
# [可选] 日志配置, 一般不需要改
logging:
config: classpath:logback.xml

View File

@ -87,3 +87,7 @@ ffmpeg-support:
download: false
input: true
output: false
# [可选] 日志配置, 一般不需要改
logging:
config: classpath:logback.xml

View File

@ -84,3 +84,7 @@ ffmpeg-support:
download: false
input: false
output: false
# [可选] 日志配置, 一般不需要改
logging:
config: classpath:logback.xml