martin-micimo
martin-micimo
I can confirm this same query `SELECT "conf_setting"."id", "conf_setting"."created", "conf_setting"."modified", "conf_setting"."key", "conf_setting"."value", "conf_setting"."user_id" FROM "conf_setting" WHERE ("conf_setting"."key" = 'LOG_AGGREGATOR_ENABLED' AND "conf_setting"."user_id" IS NULL) ORDER BY "conf_setting"."id" ASC LIMIT 1` is...
I am not a rust programmer, but I think this could be achieved by replacing `time::OffsetDateTime::now_utc()` with `time::OffsetDateTime::now_local()` in: https://github.com/valeriansaliou/vigil/blob/master/src/aggregator/manager.rs#L336 Do not know how to change the Format in https://github.com/valeriansaliou/vigil/blob/master/src/aggregator/manager.rs#L54...