Veb log middleware cross module printing #23921
Replies: 2 comments 3 replies
-
@Avey777 sorry, missed this discussion. Has it been resolved? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ah I see you created an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
logger_progect/admin/admin.v
logger_progect/handler/app_start.v
logger_progect/main.v
Request : http://127.0.0.1:9009/get
Output :
[veb] before_request: GET /get
Request : http://127.0.0.1:9009/admin/router
No
[veb] before_request: GET /admin/router
output , Why?source code: logger.zip
Beta Was this translation helpful? Give feedback.
All reactions