Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ACA050
/
ModelSmith-AI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a820abc
ModelSmith-AI
/
backend
/
utils
/
logger.py
ACA050
Upload 79 files
a309487
verified
3 months ago
raw
Copy download link
history
blame
176 Bytes
import
logging
logging.basicConfig(
level=logging.INFO,
format
=
"%(asctime)s - %(levelname)s - %(message)s"
)
logger = logging.getLogger(
"modelsmith"
)