Skip to content

issues Search Results · repo:eggjs/egg-logger language:JavaScript

Filter by

4 results
 (49 ms)

4 results

ineggjs/egg-logger (press backspace or delete to remove)

https://github.com/eggjs/egg-logger/blob/adbc0c52cdd46cba263f21e92225c624160efdd1/lib/utils.js#L38
  • fish-jade
  • 3
  • Opened 
    on May 29, 2024
  • #96

package.json中指定了2.9.1版本,但是最后在node_modules里安装了3.5.0版本的
  • soberingw
  • Opened 
    on May 27, 2024
  • #95

当涉及到特殊的日志分析系统对接时候,默认的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
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub