Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zinoubm
/
openpdf-backend
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
66340f1
openpdf-backend
/
app
/
core
/
logger.py
zinoubm
initial commit
66340f1
over 1 year ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
logging
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)