基于MongoDB的日志系统Mongodb Log.zip
mongodb-log 是一个基于MongoDB的Python日志系统。 MongoDB 的 Capped Collection是一个天生的日志系统,MongoDB自己的oplog就是用它来存储的,Capped Collection的特点是可以指定Collection的大小,当记录总大小超过设定大小后,老的数据会被自动抹掉用于存储新的内容。 示例代码: import logging from mongolog.handlers import MongoHandler log = logging.getLogger('demo') log.setLevel(logging.DEBUG) l
文件列表
mongodb-log-master.zip
(预估有个33文件)
mongodb-log-master
tools
webui
templates
index.html
815B
base.html
685B
static
css
ui-darkness
images
暂无评论