Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cronjob-python
/
chatbot
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chatbot
/
logger.py
Soumik555
hello
5344861
5 months ago
raw
Copy download link
history
blame
contribute
delete
168 Bytes
import
logging
logging.basicConfig(
level=logging.INFO,
format
=
"%(asctime)s - %(name)s - %(levelname)s - %(message)s"
,
)
logger = logging.getLogger(
"chatbot"
)