Splunk Search

splunk custom command python sdk set level for logging

spammenot66
Contributor

how do i set the logging level if i use the splunk.minining.dcutils? Is it possible to do it from within the python script or is it done in some config file?

import splunk.mining.dcutils as dcu
logger = dcu.getLogger()

The Root-level logger has this method avail
import logging

logger = logging.getLogger() # Root-level logger

Set level of logger source. Use debug for development time options, then bump it up

to logging.INFO after your script is working well to avoid excessive logging.

logger.setLevel(logging.INFO)

0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...