Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
randydev/GPT-4
randydev
/
Meta-AI
like
0
Sleeping
App
Files
Files
Community
randydev
commited on
Oct 20
Commit
79868e9
•
1 Parent(s):
9dbb190
Create logger.py
Browse files
Files changed (1)
hide
show
logger.py
+6
-0
logger.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import logging
2
+
3
+
logging.basicConfig(level=logging.INFO)
4
+
logging.getLogger("pyrogram").setLevel(logging.ERROR)
5
+
6
+
LOGS = logging.getLogger("[akeno]")