Add logger back into schedule.py

This commit is contained in:
rallytime 2014-07-31 15:30:06 -06:00
parent b8b533986a
commit 5e4a337f85

View File

@ -16,6 +16,9 @@ import salt.utils.odict
__proxyenabled__ = ['*']
import logging
log = logging.getLogger(__name__)
__func_alias__ = {
'list_': 'list',
'reload_': 'reload'