This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
siwei
/
siwei_ai
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
9a93cafd24
Branches
Tags
master
siwei_ai
/
app
/
utils
/
log_utils.py
log_utils.py
107 B
Verlauf
Originalformat
1
2
3
4
5
import logging
# 配置日志
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)