navigate Logo

Getting Started

  • Quick Start Guide
  • Software Installation
  • I Want To…

User Guide

  • Supported Hardware
  • Supported File Formats
  • User Interface Walkthrough
  • Setting Up A Microscope
  • Acquiring Data
  • Case Studies

Development

  • Contributing Guidelines
  • Developer Install
  • Software Architecture
  • Feature Container
  • REST-API
  • Plugin Architecture

Troubleshooting & Known Issues

  • Troubleshooting
  • Known Issues

Plugins

  • navigate Plugin Template
  • navigate Confocal Projection
  • navigate at Scale
  • navigate Constant Velocity Acquisition
  • navigate MMCore
  • navigate ilastik Server
  • navigate Photoactivation

Reference

  • Implemented Microscopes
  • Software API
    • navigate.config
    • navigate.controller
    • navigate.log_files
      • navigate.log_files.filters
      • navigate.log_files.log_functions
        • navigate.log_files.log_functions.eliminate_old_log_files
        • navigate.log_files.log_functions.find_filename
        • navigate.log_files.log_functions.log_setup
        • navigate.log_files.log_functions.main_process_listener
    • navigate.model
    • navigate.tools
    • navigate.view
navigate
  • Software API
  • navigate.log_files
  • navigate.log_files.log_functions
  • navigate.log_files.log_functions.log_setup
  • View page source

navigate.log_files.log_functions.log_setup

navigate.log_files.log_functions.log_setup(logging_configuration, logging_path=None)

Setup logging configuration

Initialize a logger from a YAML file containing information in the Python logging dictionary format.

Note

Additional information here: https://docs.python.org/3/library/logging.config.html#logging-config-dictschema

Parameters:
  • logging_configuration (str) – Path to file to be loaded. Relative to the location of the folder containing this file.

  • logging_path (str, optional) – Path to store logs. Defaults to navigate_path/logs

Previous Next

© Copyright 2025, Dean Lab, UT Southwestern Medical Center.