lib/daemons/appstats_log_collector.rb in appstats-0.8.3 vs lib/daemons/appstats_log_collector.rb in appstats-0.9.0
- old
+ new
@@ -38,9 +38,11 @@
end
Appstats::LogCollector.download_remote_files(appstats_config["remote_servers"])
Appstats::LogCollector.process_local_files
Appstats::Action.update_actions
Appstats::Host.update_hosts
+ Appstats::ContextKey.update_context_keys
+ Appstats::ContextValue.update_context_values
ActiveRecord::Base.connection.disconnect!
a_day_in_seconds = 60*60*24
sleep a_day_in_seconds
end
\ No newline at end of file