From 14752ce14c376acc38d292d9b43937b6ca04fbd8 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 22 Feb 2024 11:14:07 +0100 Subject: cache: improve logging use info instead of debug to make it easier to debug problems when creating the cache. --- src/utils/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/cache.py b/src/utils/cache.py index 9952c50..a97cc41 100644 --- a/src/utils/cache.py +++ b/src/utils/cache.py @@ -78,5 +78,5 @@ def init_cache(): """ mountpoint = mount_cache() if mountpoint: - logging.debug(f'Creating cache directory at {mountpoint}') + logging.info(f'Creating cache directory at {mountpoint}') os.makedirs('/opt/opengnsys/cache/opt/opengnsys/images') -- cgit v1.2.3-18-g5258