zjx-immersion / api-stack

Full Stack with Spring boot API develop stencil
6 stars 11 forks source link

Unify Log Aspect recording and Logback format for multi ENV #5

Closed zjx-immersion closed 7 years ago

zjx-immersion commented 7 years ago

As a Dev I want to log the classes execution in indicated package via a unified way base on AOP So that general logs will be auto record without manual writing

And i want log has a indicated formation with some indicated key and value display So that i can locate the error or any records easily

And i want to set diff log level for diff running env So that i can see the details of debug info in local or dev ENV and just see some important logging in prod ENV

Implementation dependence: Logback