Skip to content

Commit 29b2c20

Browse files
committed
disable logging in workflows
1 parent b5a9f8c commit 29b2c20

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
workflow_dispatch:
1212

13-
env:
14-
ROBOT_CALL_TRACING_ENABLED: 1
13+
# env:
14+
# ROBOT_CALL_TRACING_ENABLED: 1
1515

1616
jobs:
1717
test:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ addopts = "-ra -vv"
116116
filterwarnings = "ignore:.*Using or importing the ABCs from 'collections' instead of from 'collections.abc'.*:DeprecationWarning"
117117
testpaths = ["tests"]
118118
junit_suite_name = "robotcode"
119-
log_cli = true
120-
log_cli_level = 4
121-
log_cli_format = "%(levelname)s %(name)s: %(message)s"
119+
# log_cli = true
120+
# log_cli_level = 4
121+
# log_cli_format = "%(levelname)s %(name)s: %(message)s"
122122
asyncio_mode = "auto"
123123

124124
[tool.isort]

0 commit comments

Comments
 (0)