cache: improve logging

use info instead of debug to make it easier to debug problems when creating the
cache.
master
OpenGnSys Support Team 2024-02-22 11:14:07 +01:00
parent e3bb01f5f1
commit 14752ce14c
1 changed files with 1 additions and 1 deletions

View File

@ -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')