Fixed graylog bug that added extra single quotes so string values sometimes. Util inspect added the quotes even if value was string already. Now checks if value is string, if it is there is no need for additional util inspect, otherwise if value is not string it util inspects it and casts to string
Fixed graylog bug that added extra single quotes so string values sometimes. Util inspect added the quotes even if value was string already. Now checks if value is string, if it is there is no need for additional util inspect, otherwise if value is not string it util inspects it and casts to string