Nestjs记录器时区:如何设置?
我们像这样登录nestjs:
private readonly logger = new Logger(MyNiceService.name);
....
this.logger.log(`Log somthing`, args);
这可行,但记录器应用的时间戳是一小时(阿姆斯特丹当地时间)。
我如何说服记录器使用我的本地时区?
EG:我已经通过 .env 设置了我的 TZ 变量,但记录器很好地忽略了这一点。
we are logging in nestjs like this:
private readonly logger = new Logger(MyNiceService.name);
....
this.logger.log(`Log somthing`, args);
This works but the timestamp that the Logger applies is one hour off (the local time in Amsterdam).
How can i persuade the Logger to use my local timezone?
E.G.: i have set my TZ variable via the .env but the Logger nicely ignores this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论