Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望我的 Django 应用程序能够显示本地系统日志等文件。我想避免编写用于管理等旋转文件的逻辑.1,.2并为每个日志获取一个对象,我可以从中检索一组行。
.1
.2
有没有这样的 python 库,或者更好的是,任何这样的 django 应用程序?
澄清:我不想将消息写入日志,我想读取已经存在的消息。
Python有一个syslog模块。您也可以使用SysLogHandler.
syslog
SysLogHandler