有没有办法检查 Drupal 中过去的日志?

Is there anyway to check the past logs in Drupal?

我为一个功能写了一个日志功能,日志消息好像只有24小时,之后就看不到了。

是否可以在 drupal 中检查过去几天的日志?

如果您发现数据库日志记录存在局限性,您可能想尝试启用核心 Syslog 模块 (https://www.drupal.org/docs/8/core/modules/syslog/overview),它将 Drupal 日志发送到您操作系统的系统日志文件(例如 /var/log/messages 或 /var/log/syslog) 或自定义日志文件。