tuoheng_alg_airport/airport_application.yml

26 lines
782 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

video:
pullUrl: "rtsp://127.0.0.1:8554/video"
pushUrl: ["rtmp://192.168.10.101:19350/rlive/stream_9?sign=f8a15b6n"]
# 日志设置
log:
# 是否开启文件输出 True开启 False关闭
enable_file_log: True
# 是否开启控制台日志输出 True开启 False关闭
enable_stderr: True
# 日志打印文件夹
base_path: ./logs/
# 日志文件名称
log_name: airport.log
# 日志打印格式
log_fmt: "{time:YYYY-MM-DD HH:mm:ss.SSS} [{level}][{process.name}-{process.id}-{thread.name}-{thread.id}][{line}] {module}-{function} - {message}"
# 日志隔离级别
level: INFO
# 日志每天0点创建新文件
rotation: 00:00
# 日志保存时间1天
retention: 1 days
# 线程安全
enqueue: True
# 编码格式
encoding: utf8