> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# logging_level

<div className="kinetica-pydoc">
  <div className="dl py property">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.Options.logging_level"> <span className="em property"><span className="k"><span className="pre">property</span></span><span className="w"> </span></span><span className="sig-name descname"><span className="pre">logging\_level</span></span></div>

    <div className="dd">
      <p>Gets the logging level that will be used by the API. By default, logging is set by the root logger (possibly set by the end user application). If the user sets the logging level explicitly via this options class, then the programmatically set level will be used instead.</p>
    </div>
  </div>

  <div className="dl py property">
    <div className="dt sig sig-object py" id="gpudb.GPUdb.logging_level"> <span className="em property"><span className="k"><span className="pre">property</span></span><span className="w"> </span></span><span className="sig-name descname"><span className="pre">logging\_level</span></span></div>

    <div className="dd">
      <p>Returns the integer value of the logging level that is being used by the API. By default, logging is set to NOTSET, and the logger will honor the root logger’s level.</p>
    </div>
  </div>
</div>
