Skip to content

Commit a9025af

Browse files
committed
Tweaks to logger
Signed-off-by: Prabhu Subramanian <[email protected]>
1 parent 99cb723 commit a9025af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/repotests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,3 @@ jobs:
262262
env:
263263
BLINTDB_HOME: ${{ runner.temp }}/blintdb-home
264264
DEPSCAN_SOURCE_IMAGE: ghcr.io/owasp-dep-scan/dep-scan:master
265-
SCAN_DEBUG_MODE: debug

depscan/lib/logger.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ class CustomHighlighter(RegexHighlighter):
3939
log_path=False,
4040
theme=custom_theme,
4141
color_system=os.getenv("CONSOLE_COLOR_SCHEME", "256"),
42+
width=140 if IS_CI else None,
4243
highlight=not IS_CI,
44+
tab_size=2,
4345
highlighter=CustomHighlighter(),
4446
record=sys.platform == "win32",
4547
emoji=os.getenv("DISABLE_CONSOLE_EMOJI", "") not in ("true", "1"),

0 commit comments

Comments
 (0)