Skip to content

Commit 0426707

Browse files
authored
Merge pull request #73 from jsquyres/pr/moar-logging-output
BuilderUtils.py: default to more logging output
2 parents b173fae + 50169a8 commit 0426707

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nightly-tarball/BuilderUtils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#
22
# Copyright (c) 2017 Amazon.com, Inc. or its affiliates. All Rights
33
# Reserved.
4+
# Copyright (c) 2024 Jeffrey M. Squyres. All rights reserved.
45
#
56
# Additional copyrights may follow
67
#
@@ -14,7 +15,7 @@
1415
def logged_call(args,
1516
wrapper_args=None,
1617
log_file=None,
17-
err_log_len=20,
18+
err_log_len=30,
1819
env=None):
1920
"""Wrapper around check_call to log output
2021

0 commit comments

Comments
 (0)