This commit is contained in:
iFargle
2023-02-27 21:24:37 +09:00
parent b90266afd6
commit be78e2bfdf
4 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ from dateutil import parser
from flask import Flask
app = Flask(__name__)
LOG = logging.getLogger(__name__)
LOG = logging.getLogger("app")
##################################################################
# Functions related to HEADSCALE and API KEYS