On Tue, Jan 08, 2013 at 05:14:05PM +0100, Baptiste wrote: > sorry, posted too quicly. > you can use the log-format tool to properly format your log line. > > that said, I'm not sure that you can remove this char. >
Hello, You can remove the ~ char using log-format. The default variable used in the log is %ft which add a ~ in SSL. You can use %f, it's the frontend without ~. http://cbonte.github.com/haproxy-dconv/configuration-1.5.html#8.2.4 -- William Lallemand

