We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前日志存在不标准的问题:
1.时间,目前是 Fri Oct 27 18:33:21 这样的格式,建议规范化为 yyyy-MM-dd HH:mm:ss.SSS 这种格式,比如: 2023-10-27 18-32-51.254 [Error] XXXXXX
2.当 debug 为 false 时,输出内容的格式也不标准,目前是: DDNS[ v2.13.3@2023-04-19T11:45:22+00:00 ] run: nt win32 Configuration was loaded from <== C:\xxxx\ddns-config.json ========================= Fri Oct 27 18:31:34 2023 =========================
Fri Oct 27 18:31:34 2023 aaa.bb.com(A) ==> 1.2.3.4 [via DIRECT]
建议改为: 2023-10-27 18-32-51.254 [INFO] DDNS[ v2.13.3@2023-04-19T11:45:22+00:00 ] run: nt win32 2023-10-27 18-33-11.111 [INFO] Configuration was loaded from <== C:\xxxx\ddns-config.json 2023-10-27 18-34-12.345 [INFO] aaa.bb.com(A) ==> 1.2.3.4 [via DIRECT]
The text was updated successfully, but these errors were encountered:
这样确实更好一点
Sorry, something went wrong.
No branches or pull requests
目前日志存在不标准的问题:
1.时间,目前是 Fri Oct 27 18:33:21 这样的格式,建议规范化为 yyyy-MM-dd HH:mm:ss.SSS 这种格式,比如:
2023-10-27 18-32-51.254 [Error] XXXXXX
2.当 debug 为 false 时,输出内容的格式也不标准,目前是:
DDNS[ v2.13.3@2023-04-19T11:45:22+00:00 ] run: nt win32
Configuration was loaded from <== C:\xxxx\ddns-config.json
========================= Fri Oct 27 18:31:34 2023 =========================
Fri Oct 27 18:31:34 2023 aaa.bb.com(A) ==> 1.2.3.4 [via DIRECT]
建议改为:
2023-10-27 18-32-51.254 [INFO] DDNS[ v2.13.3@2023-04-19T11:45:22+00:00 ] run: nt win32
2023-10-27 18-33-11.111 [INFO] Configuration was loaded from <== C:\xxxx\ddns-config.json
2023-10-27 18-34-12.345 [INFO] aaa.bb.com(A) ==> 1.2.3.4 [via DIRECT]
The text was updated successfully, but these errors were encountered: