spid-testenv2 icon indicating copy to clipboard operation
spid-testenv2 copied to clipboard

No handlers could be found for logger "saml2.mdstore"

Open simevo opened this issue 7 years ago • 0 comments

questo warning viene stampato quando si lancia interattivamente il servizio:

No handlers could be found for logger "saml2.mdstore"
 * Serving Flask app "spid-testenv" (lazy loading)
 * Environment: development
 * Debug mode: on
 * Running on http://0.0.0.0:8088/ (Press CTRL+C to quit)

patch:

from saml2 import mdstore
mdstore.logger.addHandler(handler)

simevo avatar Jul 24 '18 04:07 simevo