Transferred from: https://github.com/dyweb/Ayi/issues/59 - [ ] allow user specify log filtering in command line argument. i.e. `allow=a.git,a.web` - [ ] allow user specify log filtering in config file ````yaml allow: - a.git - a.web ```` ## Ref - https://github.com/cihub/seelog provides a lot of example for filtering and logrus also has an issue about this https://github.com/sirupsen/logrus/issues/142
Transferred from: dyweb/Ayi#59
allow=a.git,a.webRef