alibaba / tengine

A distribution of Nginx with some advanced features
https://tengine.taobao.org
BSD 2-Clause "Simplified" License
12.83k stars 2.52k forks source link

Tengine-TFS 日志级别请教 #891

Open saga1015 opened 7 years ago

saga1015 commented 7 years ago

你好,我在使用Tengine的过程中,发现tfs模块开启后,默认会向编译tengine时指定的error log中输出日志,而且日志均为debug级别的,请问如何调整这个tfs的日志级别呢

ljluestc commented 1 year ago

logging: enable: true level: info # 你可以将日志级别调整为 error、warning、info、debug 等 path: /path/to/log/directory file: tfs.log