Skip to content

Commit de4a536

Browse files
authored
Merge pull request #2001 from ZhouBox/v2.9
[v2.9]driver:change log level
2 parents af900bb + cb997d9 commit de4a536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter/driver/driver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@ static void read_report_group(int64_t timestamp, int64_t timeout,
19181918
if (neu_driver_cache_meta_get_changed(cache, group, tag->name,
19191919
&value, tag_value.metas,
19201920
NEU_TAG_META_SIZE) != 0) {
1921-
nlog_info("tag: %s not changed", tag->name);
1921+
nlog_debug("tag: %s not changed", tag->name);
19221922
continue;
19231923
}
19241924
} else {

0 commit comments

Comments
 (0)