Hi, I am trying to set my tomcat log format so it will be TAB delimited but instead its
Printing the logs as spaces delimited and not TAB.
Do I need to configure any other parameters between the common
parameters so it will separate the parameters with tab.
My tomcat log format is:
pattern='%B %a %m %U %q %s %t %D
"%{Referer}i" "%{User-Agent}i" %S'
Thanks in advanced
