mirror of
https://github.com/wassname/sloth.git
synced 2026-07-07 04:30:55 +08:00
add logging to commands
This commit is contained in:
@@ -6,6 +6,8 @@ from pprint import pprint
|
||||
from sloth.core.cli import BaseCommand, CommandError
|
||||
from sloth.annotations.container import *
|
||||
from optparse import make_option
|
||||
import logging
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class ConvertCommand(BaseCommand):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user