-
Notifications
You must be signed in to change notification settings - Fork 137
Closed
Description
Hi,
I'm running a rails 4 application in development mode.
Here is my config/environments/development.rb =>
# Logstasher Config
# Enable the logstasher logs for the current environment
config.logstasher.enabled = true
# This line is optional if you do not want to suppress app logs in your <environment>.log
config.logstasher.suppress_app_log = false
# This line is optional, it allows you to set a custom value for the @source field of the log event
config.logstasher.source = 'foobar'
# This line is optional if you do not want to log the backtrace of exceptions
config.logstasher.backtrace = false
# This line is optional, defaults to log/logstasher_<environment>.log
config.logstasher.logger_path = 'log/logstasher.log'
The problem is, when an application error occurs (like 404 not found) I can see the error in log/development.log but not in log/logstasher.log
How can I solve this issue?
ibrahima and astutejoe
Metadata
Metadata
Assignees
Labels
No labels