tangled
alpha
login
or
join now
hailey.at
/
followgraph
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
fix logger
hailey.at
2 months ago
55dc767d
01fec516
+1
-2
1 changed file
expand all
collapse all
unified
split
indexer.py
+1
-2
indexer.py
···
16
16
from models import AtKafkaEvent, Follow, FollowRecord, Unfollow
17
17
18
18
logging.basicConfig(
19
19
-
level=logging.INFO,
20
20
-
format=logging.BASIC_FORMAT,
19
19
+
level=logging.INFO, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s"
21
20
)
22
21
23
22
logger = logging.getLogger(__name__)