cloudwatchlogger
cloudwatchlogger copied to clipboard
Hash logger logs as string
Hello!
According to a section in Readme, i should be able to convert hash to cloudwatch "tags". So using Rails.logger.info :boom => :box
should produce a x=y, z=q, boom=box
log entry. However, it produces a following entry:
So basically hash gets converted into a string and gets logged as a regular @message
. Am i doing something wrong? That's my first contact with CloudWatch as a rails logging provider so maybe i misunderstand something. Thanks in advance for any help!
@mbajur sorry for bumping this after so long but were you able to solve this ?