Skip to content

Commit

Permalink
Merge pull request foundriesio#94 from doanac/preload-output
Browse files Browse the repository at this point in the history
Small changes for container preload output
  • Loading branch information
doanac authored Nov 4, 2020
2 parents 670ec61 + cd95440 commit 83d0177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions assemble-system-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ status Running: Assemble System Image script
--app-image-dir "${APP_IMAGE_DIR}" \
--preload-dir "${PRELOAD_DIR}" \
--targets "${TARGETS}" \
--app-shortlist="${APP_SHORTLIST}" \
2>&1 | indent
--app-shortlist="${APP_SHORTLIST}"
2 changes: 1 addition & 1 deletion assemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def get_args():
exit_code = 0

try:
logging.basicConfig(format='%(levelname)s: Image Assembler: %(module)s: %(message)s', level=logging.INFO)
logging.basicConfig(format='%(asctime)s %(levelname)s: Image Assembler: %(module)s: %(message)s', level=logging.INFO)
args = get_args()

factory_client = FactoryClient(args.factory, args.token)
Expand Down

0 comments on commit 83d0177

Please sign in to comment.