You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am trying to record the http request logs into a file using RequestLogWriter and CustomRequestLog as follows :
With the below setup, the file is getting created /tmp/example-2024_11_27.request.log but the logs are not getting recorded, any suggestion would be great help. Thank you.
I have multiple webapps running in a server and i want to seperate the requestlogs based on the WebAppContext, how can i achieve this using requestLog module.
Jetty Version
12.0.14
Jetty Environment
ee8
Java Version
17
Question
Am trying to record the http request logs into a file using RequestLogWriter and CustomRequestLog as follows :
With the below setup, the file is getting created /tmp/example-2024_11_27.request.log but the logs are not getting recorded, any suggestion would be great help. Thank you.
The text was updated successfully, but these errors were encountered: