Hi Eric,
Great blog on integrating Rails logs with ELK. I followed the steps and it works great ! I would like to log custom logs as well like the ones below. is it possible with lograge? if so, are there any additional configurations to be done ?
Rails.logger.error("error")
Rails.logger.info("starting application #{App}")
Thanks