On Mar 20, 2013, at 9:39 AM, Toke Eskildsen <[email protected]> wrote:
> What is gained by logging queries outside of the standard logging > framework? Wouldn't it be better to create a logger with an agreed-upon > name, such as "queries" or "interaction"? The key is a standard format. I don't care what logs the queries as long as a std format is written no matter the logging framework or logging config file you have plugged in. There should be a Solr queries log file that you can build and anyones tools are going to be able to parse it and we can always count on being able to parse it. We can then easily feed it into things like suggest or other consumers. - Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
