drcrallen opened a new issue #6753: Request Log context objects can have boolean values as either string or boolean URL: https://github.com/apache/incubator-druid/issues/6753 When a request log is submitted to the request logger, context fields that are booleans (like useCache) can end up being `"false"` or `false` (string or boolean). This can cause confusion in simple log parsers. The ask is that context fields which are boolean have a simple way to transform into boolean objects for logging purposes.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
