9 lines
190 B
Python
9 lines
190 B
Python
|
# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors
|
||
|
# License: MIT. See LICENSE
|
||
|
|
||
|
from erpnext.setup.install import setup_log_settings
|
||
|
|
||
|
|
||
|
def execute():
|
||
|
setup_log_settings()
|