mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
log was missing
This commit is contained in:
parent
e457083465
commit
fe0ad36609
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ __func_alias__ = {
|
|||
'reload_': 'reload'
|
||||
}
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
VALID_SERVICE_DIRS = [
|
||||
'/service',
|
||||
'/var/service',
|
||||
|
|
Loading…
Add table
Reference in a new issue