File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
from contentctl .objects .correlation_search import ResultIterator
17
17
from contentctl .objects .detection import Detection
18
18
19
- # TODO (cmcginley): suppress logging
20
19
# Suppress logging by default; enable for local testing
21
- ENABLE_LOGGING = True
20
+ ENABLE_LOGGING = False
22
21
LOG_LEVEL = logging .DEBUG
23
22
LOG_PATH = "content_versioning_service.log"
24
23
Original file line number Diff line number Diff line change 12
12
from splunklib .results import JSONResultsReader , Message # type: ignore
13
13
from tqdm import tqdm # type: ignore
14
14
15
- from contentctl .actions .detection_testing .progress_bar import format_pbar_string # type: ignore
16
15
from contentctl .actions .detection_testing .progress_bar import (
17
16
TestingStates ,
18
17
TestReportingType ,
18
+ format_pbar_string , # type: ignore
19
19
)
20
20
from contentctl .helper .utils import Utils
21
21
from contentctl .objects .base_test_result import TestResultStatus
33
33
from contentctl .objects .risk_event import RiskEvent
34
34
35
35
# Suppress logging by default; enable for local testing
36
- ENABLE_LOGGING = True
36
+ ENABLE_LOGGING = False
37
37
LOG_LEVEL = logging .DEBUG
38
38
LOG_PATH = "correlation_search.log"
39
39
You can’t perform that action at this time.
0 commit comments