C-Dash: Change the year in the copyright message.
[csit.git] / csit.infra.dash / app / cdash / __init__.py
index 20023ec..c21e2c2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 Cisco and/or its affiliates.
+# Copyright (c) 2023 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
@@ -31,9 +31,8 @@ def init_app():
         level=C.LOG_LEVEL
     )
 
-    logging.info("Application started.")
-
     app = Flask(__name__, instance_relative_config=False)
+    app.logger.info("Application started.")
     app.config.from_object("config.Config")
 
     with app.app_context():