1

根据此如何添加 GELF 日志记录https://medium.com/@vaidaslungis/setup-graylog-in-laravel-5-6-logging-d2276bcb9cfaphp 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()  

是否仍然可以缓存配置?如果是这样,需要改变什么?

4

1 回答 1

0

如果在记录时发生错误,异常将存储在 IgnoreErrorTransportWrapper ($lastError) 的类变量中。该异常不可序列化,因此记录器的序列化失败。

于 2021-04-19T11:50:41.257 回答