issues Search Results · repo:eggjs/egg-logger language:JavaScript
Filter by
4 results
(46 ms)4 results
ineggjs/egg-logger (press backspace or delete to remove)zhoujingang
- 1
- Opened on Oct 24, 2024
- #97
https://github.com/eggjs/egg-logger/blob/adbc0c52cdd46cba263f21e92225c624160efdd1/lib/utils.js#L38
fish-jade
- 3
- Opened on May 29, 2024
- #96
当涉及到特殊的日志分析系统对接时候,默认的logger无法满足需求。我们知道,文档里有customLogger等方式实现这种场景,但是:
1. customLogger用起来太繁琐了,需要
this.ctx.getLogger( xxx ).debug( xxxx )
不如this.logger,并且this.logger不能指定是哪个logger实现
2. 已有大量的log历史工程,如果要改变日志格式需要大量修改代码。从直觉看这个是统一对logger做配置的事情,而不是大量修改工程代码迁移logger的事。因此希望默认logger也能像自定义logger一样支持format ...
AntiMoron
- 6
- Opened on May 17, 2023
- #89

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.