symfony1.4 propel1.5审核日志
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下行为: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 :)