You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in_calyptia_fleet: log info about config pulled from API
Also set local timestamp to -1 on startup as otherwise it could end up
being read as an uninitialised value
Signed-off-by: Stewart Webb <[email protected]>
flb_plg_debug(ctx->ins, "fleet API returned config with same timestamp as current config (%ld)", time_last_modified);
1829
+
}
1830
+
else {
1831
+
flb_plg_warn(ctx->ins, "fleet API returned config with earlier timestamp than current config (%ld -> %ld)", ctx->config_timestamp, time_last_modified);
1832
+
}
1833
+
} else {
1834
+
flb_plg_info(ctx->ins, "fleet API returned new config (none -> %ld)", time_last_modified);
0 commit comments