-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Milestone
Description
Context
As discussed in #1675, we have identified several utility functions in the log-ingestor component that will likely be needed across multiple Rust components:
read_config_and_credentials: Loads configuration from YAML files and credentials from environment variablesset_up_logging: Sets up logging with hourly-rotating file appendersshutdown_signal: Handles graceful shutdown on SIGTERM or Ctrl-C
Proposal
Move these utilities to the clp-rust-utils crate to promote code reuse and consistency across Rust components.
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels