mirror of https://git.48k.eu/ogclient
cache: improve logging
use info instead of debug to make it easier to debug problems when creating the cache.master
parent
e3bb01f5f1
commit
14752ce14c
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue