fix: create sites/{site}/logs folder
This commit is contained in:
parent
627940c56b
commit
ca70bd364c
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ def make_site_dirs():
|
|||
os.path.join(site_private_path, 'backups'),
|
||||
os.path.join(site_public_path, 'files'),
|
||||
os.path.join(site_private_path, 'files'),
|
||||
os.path.join(frappe.local.site_path, 'logs'),
|
||||
os.path.join(frappe.local.site_path, 'task-logs')):
|
||||
if not os.path.exists(dir_path):
|
||||
os.makedirs(dir_path)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue