知乎專欄 | 多維度架構 | 微信號 netkiller-ebook | QQ群:128659835 請註明“讀者” |
目錄
{ "_id" : ObjectId("5799a8535a855eca473977e1"), "key" : "payment", "value" : { "alpay" : true, "tenpay" : false, "unionpay" : false, } }, { "_id" : ObjectId("5799a8535a855eca47397723"), "key" : "signup", "value" : { "online" : true, "manual" : false } }
tag ENUM('unknow','www','user','admin') '日誌標籤',
time '插入時間',
facility ENUM('config','unionpay','sms','email') '類別',
priority ENUM('info','warning','error','critical','exception','debug') '級別',
message '內容'
/* 1 */ { "_id" : ObjectId("5799b0175a855eca473977e2"), "tag" : "www", "time" : "2016-07-30 12:12:00", "facility" : "config", "priority" : "info", "message" : "xxxxxxxxxxxxxxxxxx" } /* 2 */ { "_id" : ObjectId("5799b10f5a855eca473977e3"), "tag" : "www", "time" : "2016-07-30 12:12:00", "facility" : "config", "priority" : "info", "message" : { "name" : "neo", "age" : 30, "sex" : true } }