mirror of https://github.com/docker/compose.git
Make warnings a bit more readable
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
36a10f8dd5
commit
86bdab64ab
|
@ -106,7 +106,7 @@ def parse_opts(args):
|
||||||
|
|
||||||
|
|
||||||
def main(args):
|
def main(args):
|
||||||
logging.basicConfig()
|
logging.basicConfig(format='\033[33m%(levelname)s:\033[37m %(message)s\n')
|
||||||
|
|
||||||
opts = parse_opts(args)
|
opts = parse_opts(args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue