Skip to content

Commit

Permalink
Log - Display the name of the context used when __init__ is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 3, 2024
1 parent e7cddba commit aa01b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lizmap_server/server_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class ServerInfoHandler(QgsServerOgcApiHandler):
def __init__(self):
super().__init__()
self._context = create_server_context()
Logger.info(f"Server information handler using context '{self._context.name}'")

def path(self):
return QRegularExpression("server.json")
Expand Down

0 comments on commit aa01b21

Please sign in to comment.