Logging in development and test environments is unchanged. Use ENV variables LOGSTASH_TYPE and LOGSTASH_TYPE to configure logstash logging, default is logging to log/production.log on localhost.
production.log is now in JSON format, so renaming the existing production.log before using this code is recommended.
Logging in development and test environments is unchanged. Use ENV variables
LOGSTASH_TYPE
andLOGSTASH_TYPE
to configure logstash logging, default is logging tolog/production.log
onlocalhost
.production.log
is now in JSON format, so renaming the existingproduction.log
before using this code is recommended.