Skip to content

Clean up and streamline messy Splunk logging implementation #1

Description

@chrisgroks

Overview

Clean up the messy Splunk logging - consolidate 3 loggers into 1, reduce log volume from 5-7 entries per operation to 1-2, improve correlation IDs, and standardize data structure.

Current Problems

  • Multiple competing loggers (Winston, Bunyan, Custom Splunk)
  • Excessive logging (5-7+ entries per operation)
  • Inconsistent formats and correlation
  • Maintenance burden

Goals

  • Remove Winston and Bunyan, keep only Custom Splunk logger
  • Reduce to max 2 log entries per operation
  • Consistent correlation IDs
  • All 51 tests still pass
  • 100% coverage maintained

See documentation/SPLUNK_LOGGING_IMPROVEMENT_PLAN.md for details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions