mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add logger back into schedule.py
This commit is contained in:
parent
b8b533986a
commit
5e4a337f85
@ -16,6 +16,9 @@ import salt.utils.odict
|
||||
|
||||
__proxyenabled__ = ['*']
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__func_alias__ = {
|
||||
'list_': 'list',
|
||||
'reload_': 'reload'
|
||||
|
Loading…
Reference in New Issue
Block a user