Revision 6069b53b kamaki/cli/commands/__init__.py

b/kamaki/cli/commands/__init__.py
31 31
# interpreted as representing official policies, either expressed
32 32
# or implied, of GRNET S.A.command
33 33

  
34
import logging
35

  
36
sendlog = logging.getLogger('clients.send')
37
recvlog = logging.getLogger('clients.recv')
38

  
34 39

  
35 40
class _command_init(object):
36 41
    def __init__(self, arguments={}):

Also available in: Unified diff