Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raiff1982
/
codriao
like
0
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
f75f587
codriao
/
utils
/
logger.py
Raiff1982
Rename utils/Logger.py to utils/logger.py
4b3e3d7
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
logging
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)