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)
|
if [Symbol, Fixnum, Float, Class].include?(value.class)
|
||||||
string << "#{key}=#{value} "
|
string << "#{key}=#{value} "
|
||||||
else
|
else
|
||||||
string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\""
|
string << "#{key}=\"#{value.to_s.gsub('"', '\"')}\" "
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
string
|
string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue