this repo has no description

fix logger

Changed files
+1 -2
+1 -2
indexer.py
··· 16 16 from models import AtKafkaEvent, Follow, FollowRecord, Unfollow 17 17 18 18 logging.basicConfig( 19 - level=logging.INFO, 20 - format=logging.BASIC_FORMAT, 19 + level=logging.INFO, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s" 21 20 ) 22 21 23 22 logger = logging.getLogger(__name__)