My mistake - after browsing the code I determined that I was calling Log::info before bootstrap had run the start up code that instructs the logging system to use laravel.log.
Monolog tries to be helpful and automatically adds a handler that directs output to stderr if no handler has been pushed the first time that a log action is called. Personally I think this is a situation where throwing an exception would be more helpful.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community