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

Commit

Permalink
change logger
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillard committed Jan 27, 2016
1 parent 2ca5145 commit a6ba564
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 a6ba564

Please sign in to comment.