From 7411ec24776f6646ab4c11e978aec41a6f9f840d Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 8 Mar 2016 18:47:25 -0500 Subject: [PATCH] lowered loglevel for alliance population --- celerytask/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celerytask/tasks.py b/celerytask/tasks.py index a7d61241..f62a2641 100755 --- a/celerytask/tasks.py +++ b/celerytask/tasks.py @@ -561,7 +561,7 @@ def run_api_refresh(): set_state(user) def populate_alliance(id, blue=False): - logger.info("Populating alliance model with id %s blue %s" % (id, blue)) + logger.debug("Populating alliance model with id %s blue %s" % (id, blue)) alliance_info = EveApiManager.get_alliance_information(id) if not alliance_info: