Skip to content
Snippets Groups Projects
Verified Commit 612faafa authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

application_service: Log info about server start

parent a35e0fa5
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,8 @@ module MatrixSdk
@server.mount_proc '/', &:handle_request
@server.start
logger.info "Application Service is now running on port #{@port}"
end
def stop_server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment