Replies: 3 comments
-
I remember that the log format of |
Beta Was this translation helpful? Give feedback.
-
The native nginx does not support custom formatting of error_log, so apisix does not support it either. |
Beta Was this translation helpful? Give feedback.
-
我似乎也遇到同样的情况,我想在我设置的路由中加入我的自定义插件,收集它们自己路由产生的error_log保存在指定的路径,就像在nginx设置nginx_conf中conf.d下的error_log,但是失败了,你们可以做到吗 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
No configuration found in config file cong/config-default.yaml

I want to customize the log format of logs/error.log
Similar to the following settings:
access_log_format: "$remote_addr [$time_local] $protocol $status $bytes_sent $bytes_received $session_time"
Beta Was this translation helpful? Give feedback.
All reactions