Forgot the space in SplunkLogging
This commit is contained in:
parent
6d105e5c09
commit
1aa1ddc829
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ module SplunkLogging
|
|||
if [Symbol, Fixnum, Float, Class].include?(value.class)
|
||||
string << "#{key}=#{value} "
|
||||
else
|
||||
string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\""
|
||||
string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\" "
|
||||
end
|
||||
end
|
||||
string
|
||||
|
|
|
|||
Loading…
Reference in a new issue