[Geoserver-devel] One line logg message

Hi, is it possible to have log message on one line on console log?

So, instead of:

2020-09-29 15:10:42 INFO [geoserver.wfs] -
Request: getFeature
    service = WFS
    version = 1.1.0
    baseUrl = http://localhost:8080/geoserver/
    query[0]:
        typeName[0] = {http://some/namespace/uri\}theLayer
    maxFeatures = 50
    outputFormat = gml3
    resultType = results

i would like to have something like this:

2020-09-29 15:10:42 INFO [geoserver.wfs] - Request: getFeature | service =
WFS | version = 1.1.0 | baseUrl = http://localhost:8080/geoserver/ |
query[0]: typeName[0] = {http://some/namespace/uri\}theLayer | maxFeatures =
50 | outputFormat = gml3 | resultType = results

Thanks a lot,
Tomas

--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-Dev-f3819232.html