What are APP_LOG and APP_LOG_LEVEL equal to in your .env file?
And there might be a possibility that you're using some custom service providers ( such as Bugsnag ) that may replace your default logger in the service container and log info somewhere else other than storage/logs/lumen.log. Check out answer in this thread - https://laracasts.com/discuss/channels/laravel/laravel-not-logging-anyting
I don't have APP_LOG and APP_LOG_LEVEL directives in my .env file for some reason. I can see all the errors I've encountered since creating the project but not the info level logs that I've tried to make.