feat: 支持 maa.log 多实例 #619
Closed
weinibuliu
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
log 本来就不是给开发者看的,而是给我们自己看的,换句话说是 maafw 私有的,所以怎么样都无所谓吧( |
Beta Was this translation helpful? Give feedback.
0 replies
-
硬要看的话你按线程号过滤一下就行了吧 |
Beta Was this translation helpful? Give feedback.
0 replies
-
不能遇到什么问题都在群里摇人吧(
我真的知道哪个线程号对应哪个实例吗(? 当然,我完全可以在单实例下进行 debug 。但是投入生产环境之后概率遇到各种各样神秘的问题,这个时候还是希望 log 可以为多实例化做一些优化。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在同一个路径下启动多个 tasker 会导致日志全部写在一起,debug 难度很大。
目前似乎只有 toolkit 提供了相关接口来修改输出路径,然而这个修改是全局的。
maafw 是否有这方面的优化计划?如果没有,应该如何处理多开?
Beta Was this translation helpful? Give feedback.
All reactions