This commit is contained in:
iFargle
2023-02-17 17:05:39 +09:00
parent ded712ab88
commit cf120aa6a0

View File

@@ -59,8 +59,7 @@ elif AUTH_TYPE.lower() == "basic":
else:
app = Flask(__name__)
app.logger.warning("Authentication Method: "+AUTH_TYPE.lower())
app.logger.warning("Static Assets: "+static_url_path)
app.logger.debug("Authentication Method: "+AUTH_TYPE.lower())
########################################################################################
# / pages - User-facing pages