aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
Diffstat (limited to 'gn3')
-rw-r--r--gn3/app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/app.py b/gn3/app.py
index abc4e6b..b55b6ff 100644
--- a/gn3/app.py
+++ b/gn3/app.py
@@ -46,6 +46,7 @@ def create_app(config: Union[Dict, str, None] = None) -> Flask:
# DO NOT log anything before this point
setup_app_handlers(app)
+ app.logger.info(f"Guix Profile: {os.environ.get('GUIX_PROFILE')}.")
app.logger.info(f"Python Executable: '{sys.executable}'.")
CORS(