Skip to content

Commit

Permalink
nit: fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Aug 6, 2024
1 parent 5b688bd commit 3a3d313
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/experiment/deployment/deployment_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def stop
private

def periodic_flag_update
@logger.debug('Periodic flag update: start')
update_flag_configs
rescue StandardError => e
@logger.error("Error while updating flags: #{e}")
Expand Down Expand Up @@ -112,7 +113,7 @@ def download_cohorts(cohort_ids)
end

def update_cohorts
@logger.debug('Updating cohorts in storage')
@logger.debug('Periodic cohort update: start')
cohort_ids = AmplitudeExperiment.get_all_cohort_ids_from_flags(@flag_config_storage.flag_configs)
download_cohorts(cohort_ids)
end
Expand Down

0 comments on commit 3a3d313

Please sign in to comment.