docs/web/senior-logging #236
Replies: 1 comment
-
|
2.9.0版本的http日志是不是有问题了? 把access和error的日志都使能时, 只要有一个请求的错误打印到error日志之后,后面所有的access也都打印到error里面了, 没有打印到access上。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/web/senior-logging
使用GoFrame框架进行服务日志管理,包括access log和error log的配置与使用。详细解释了日志配置对象及属性,如Logger、LogPath、ErrorStack等,并提供了详细的日志格式说明和自定义日志处理方法。同时,还涉及如何通过配置文件和代码方法进行日志设置,以及日志格式和错误日志的记录方式和示例。
https://goframe.org.cn/docs/web/senior-logging
Beta Was this translation helpful? Give feedback.
All reactions