Update default log dir under macOS

This commit is contained in:
2Shirt 2021-04-06 15:52:57 -06:00
parent cce8651e00
commit 8e5d350ac2
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -15,7 +15,7 @@ from wk.io import non_clobber_path
# STATIC VARIABLES
if os.path.exists('/.wk-live-macos'):
# Workaround for live macOS env
DEFAULT_LOG_DIR = '/var/log/WizardKit'
DEFAULT_LOG_DIR = '/Volumes/RAM_Disk/Logs'
elif os.name == 'nt':
# Example: "C:\WK\1955-11-05\WizardKit"
DEFAULT_LOG_DIR = (