Skip to content

Commit 60bef93

Browse files
authored
Disable logging before merging.
Also bump contentctl version for new release
1 parent 1c957fc commit 60bef93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contentctl/objects/correlation_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from contentctl.objects.risk_event import RiskEvent
3535

3636
# Suppress logging by default; enable for local testing
37-
ENABLE_LOGGING = True
37+
ENABLE_LOGGING = False
3838
LOG_LEVEL = logging.DEBUG
3939
LOG_PATH = "correlation_search.log"
4040

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "contentctl"
33

4-
version = "5.3.2"
4+
version = "5.4.0"
55

66
description = "Splunk Content Control Tool"
77
authors = ["STRT <[email protected]>"]

0 commit comments

Comments
 (0)