Arian Faurtosh
Arian Faurtosh
Has this ever been thought about again? lol
I figured out why this is the case. When logger is of type `LogStashLogger::Formatter` it doesn't need to print the `log_tags` because it is already included in the event hash....
In the meantime, I have the following workout which is not great: ```ruby customize_event: lambda do |event| event.instance_variable_set( :@data, { timestamp: event.timestamp.iso8601(6) }.merge(event.instance_variable_get(:@data)) ) end ```
When I run `rubocop` in console it works fine...
Yea, I am able to reproduce what @kbolino showed above. My entire purpose for using more_set_headers, is so I can inherit the ones set at the server level. ```nginx server...
I've been waiting for this feature foreverrrr
> Should we also extend KeyConversion? Find a more generic implementation that can camelize, underscore, etc., keys? @dblock were you thinking of `Hashie::Extensions::UnderscoreKeys` and `Hashie::Extensions::CamelCaseKeys` as extensions?
@iloveitaly any updates on getting this merged in
@dashorst If I wanted to turn on prepared statements purely for security reasons, would it be possible to set `prepared_statement_cache_queries` to `0` or `1`? Seems like memory footprint would become...
@liwenhe1993 Any updates on this? Can't deploy Clickhouse due to this requirement either