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!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...