symfony1.4 propel1.5审核日志

发布于 2024-11-01 08:44:57 字数 169 浏览 1 评论 0原文

我使用 Symfony 1.4 和 Propel 1.5 插件。

我需要创建一个审核日志,显示对数据库的读/写操作 - 以及登录的用户。

我想将完整查询日志记录到单独的文件中。如果我使用自定义记录器类,我可以在记录之前插入用户名。

我怎样才能在 symfony 中做到这一点?

I'm using Symfony 1.4 with the Propel 1.5 plugin.

I need to create an audit log that shows reads/writes to the database - with the user who's logged in.

I would like to turn on full query logging to a separate file. If I use a custom logger class, I could insert the username before logging.

How can I do this in symfony?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白馒头 2024-11-08 08:44:57

您可以使用以下行为:https://github.com/Carpe-Hora/AuditableBehavior
它是由 Propel 核心团队成员编写的:)

You can use the following behavior: https://github.com/Carpe-Hora/AuditableBehavior.
It has been written by a Propel core team member :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文