根据此如何添加 GELF 日志记录https://medium.com/@vaidaslungis/setup-graylog-in-laravel-5-6-logging-d2276bcb9cfa
该php artisan config:cache
命令不再起作用。
The error message is:
In ConfigCacheCommand.php line 68:
Your configuration files are not serializable.
In config.php line 382:
Call to undefined method Gelf\Publisher::__set_state()
是否仍然可以缓存配置?如果是这样,需要改变什么?