Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1 from rwillard/master
Browse files Browse the repository at this point in the history
change logger
  • Loading branch information
a5huynh committed Jan 28, 2016
2 parents 2ca5145 + a6ba564 commit 627106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekick.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from docker.utils import kwargs_from_env

# Create logger
FORMAT = '%(asctime)s\t%(levelname)s \t %(module)s \t %(message)s'
FORMAT = '%(message)s'
logging.basicConfig(stream=sys.stdout, level=logging.INFO, format=FORMAT)
logger = logging.getLogger( __name__ )

Expand Down

0 comments on commit 627106d

Please sign in to comment.