未验证 提交 d14310ae 编写于 作者: V Vlad Ilyushchenko 提交者: GitHub

chore(cairo): output telemetry log message as "advisory" to avoid false positive errors (#1585)

上级 4fe9f88b
......@@ -174,12 +174,12 @@ public class TelemetryJob extends SynchronizedJob implements Closeable {
// we need to update the table to reflect that
if (enabled != _enabled || !configuration.getBuildInformation().getQuestDbVersion().equals(lastVersion)) {
appendConfigRow(compiler, configWriter, l256, enabled);
LOG.info()
LOG.advisory()
.$("instance config changes [id=").$256(l256.getLong0(), l256.getLong1(), 0, 0)
.$(", enabled=").$(enabled)
.$(']').$();
} else {
LOG.error()
LOG.advisory()
.$("instance [id=").$256(l256.getLong0(), l256.getLong1(), 0, 0)
.$(", enabled=").$(enabled)
.$(']').$();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册