mouzt / mzt-biz-log

支持Springboot,基于注解的可使用变量、可以自定义函数的通用操作日志组件
Apache License 2.0
2.06k stars 483 forks source link

操作日志是否支持心中自定义字段。 #31

Closed zhangyungen closed 2 years ago

zhangyungen commented 3 years ago

有些操作日志,有多个状态,某些情况要根据这些状态进行操作日志过滤,比如 ,申请中,审核不通过,审核通过,反审不通过,多个状态来回跳转情况,操作日志有多条,此时就是想看通过或者不通过的。这种需求。

mouzt commented 3 years ago

LogRecordAnnotation 注解上的 category 字段可以满足你的要求吗?

zhangyungen commented 3 years ago

cateory,大部分情况会被占用,因为操作日志,要区分操作来源领域:是管理后端,还是C端,还是合作商家端等情况。

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年9月27日(星期一) 中午11:21 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [mouzt/mzt-biz-log] 操作日志是否支持心中自定义字段。 (#31)

LogRecordAnnotation 注解上的 category 字段可以满足你的要求吗?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

mouzt commented 3 years ago

嗯,可以考虑加个 extra 字段,让业务自己扩展

mouzt commented 2 years ago

extra 可用