We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c957fc commit 60bef93Copy full SHA for 60bef93
contentctl/objects/correlation_search.py
@@ -34,7 +34,7 @@
34
from contentctl.objects.risk_event import RiskEvent
35
36
# Suppress logging by default; enable for local testing
37
-ENABLE_LOGGING = True
+ENABLE_LOGGING = False
38
LOG_LEVEL = logging.DEBUG
39
LOG_PATH = "correlation_search.log"
40
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "contentctl"
3
4
-version = "5.3.2"
+version = "5.4.0"
5
6
description = "Splunk Content Control Tool"
7
authors = ["STRT <[email protected]>"]
0 commit comments