Setting logging format.
This commit is contained in:
parent
88f484c58f
commit
e103194e1a
4 changed files with 8 additions and 5 deletions
|
@ -665,7 +665,7 @@ def main(argv=None):
|
|||
import contextlib
|
||||
apt = AptManager(PlainSession())
|
||||
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
logging.basicConfig(level=logging.INFO, format='%(message)s')
|
||||
|
||||
with contextlib.ExitStack() as es:
|
||||
if args.output_directory is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue