[ 
https://issues.apache.org/jira/browse/FELIX-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493879#comment-17493879
 ] 

Steven Huypens commented on FELIX-6440:
---------------------------------------

[~cziegeler], works as expected. Thanks !

> Delegate JettyConfig properties to OSGi LogService
> --------------------------------------------------
>
>                 Key: FELIX-6440
>                 URL: https://issues.apache.org/jira/browse/FELIX-6440
>             Project: Felix
>          Issue Type: Bug
>          Components: HTTP Service
>    Affects Versions: http.jetty-4.1.14
>            Reporter: Steven Huypens
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: http.jetty-4.2.0
>
>
> When using Felix-Jetty we want to be able to configure the request logging 
> generated by the OSGi logger, eg. timezone and date format.
>  
> {code:java}
> /** Felix specific property to enable extended request logging to a named 
> file */
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_EXTENDED = 
> "org.apache.felix.http.requestlog.file.extended";
> /** Felix specific property to ignore matching paths in the request log file 
> */
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_IGNORE_PATHS = 
> "org.apache.felix.http.requestlog.file.ignorepaths";
> /** Felix specific property to enable request logging cookies in the request 
> log file*/
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_LOG_COOKIES = 
> "org.apache.felix.http.requestlog.file.logcookies";
> /** Felix specific property to enable request logging the host name in the 
> request log file*/
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_LOG_SERVER = 
> "org.apache.felix.http.requestlog.file.logserver";
> /** Felix specific property to enable request logging request processing time 
> in the request log file*/
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_LOG_LATENCY = 
> "org.apache.felix.http.requestlog.file.loglatency";
> /** Felix specific property to specify the date format used for the logging 
> timestamps*/
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_DATE_FORMAT = 
> "org.apache.felix.http.requestlog.file.logdateformat";
> /** Felix specific property to specify the timezone used for the logging 
> timestamps*/
> public static final String FELIX_HTTP_REQUEST_LOG_FILE_TIMEZONE = 
> "org.apache.felix.http.requestlog.file.timezone"; {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to