Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VelaTest
/
world_data_insights_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0cde1a0
world_data_insights_api
/
backend
/
utils
/
logger.py
Vela
added few changes
91a458d
5 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
import
logging
logging.basicConfig(
level=logging.INFO,
format
=
'%(asctime)s - %(levelname)s - %(message)s'
,
datefmt=
'%Y-%m-%d %H:%M'
)
def
log
(
message
):
return
logging.info(message)