Skip to content

Commit 6b87d9c

Browse files
Set log width
1 parent ba70801 commit 6b87d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/python/console.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
# Thread colors for parallel operations
3535
THREAD_COLORS = [BOLD_B, BOLD_G, BOLD_Y, BOLD_C, BOLD_M, BOLD_W]
3636

37-
CONSOLE_WIDTH = 175
37+
CONSOLE_WIDTH = 220
3838

3939
_CONSOLE_WIDTH_ENV = 'APIM_SAMPLES_CONSOLE_WIDTH'
40-
_DEFAULT_CONSOLE_WIDTH = 120
40+
_DEFAULT_CONSOLE_WIDTH = 220
4141

4242
# Thread-safe print lock
4343
_print_lock = threading.Lock()

0 commit comments

Comments
 (0)