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...
d2bacf4
codriao
/
utils
/
logger.py
Raiff1982
loevent
63d89cd
about 1 month ago
raw
Copy download link
history
blame
133 Bytes
import
logging
from
fail_safe_system
import
log_event
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)