Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simbot-logger当参数最后为额外的异常类型时不会输出错误 #386

Closed
ForteScarlet opened this issue Jul 16, 2022 · 0 comments
Closed
Assignees
Labels
缺陷 一些存在不影响正常结果的缺陷

Comments

@ForteScarlet
Copy link
Member

版本号

v3.0.0

附加版本

No response

问题描述

simbot-logger日志模块无法处理最后一个为异常的额外参数。

复现方式

Exception e = ...;
logger.info("{}, {}", 1, "foo", e);

相关日志

No response

其他补充

No response

@ForteScarlet ForteScarlet added 缺陷 一些存在不影响正常结果的缺陷 v3 labels Jul 16, 2022
@ForteScarlet ForteScarlet self-assigned this Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
缺陷 一些存在不影响正常结果的缺陷
Projects
None yet
Development

No branches or pull requests

1 participant