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!

Index This | When is October more than just the tenth month?

October 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What’s New & Next in Splunk SOAR

 Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...