8 lines
271 B
Rust
8 lines
271 B
Rust
// file: crates/ksp-store-postgres-lib/src/constants.rs
|
|
// version: 2
|
|
|
|
//! PostgreSQL Store backend-owned constants.
|
|
|
|
/// Owning tracing target reserved for events emitted by the PostgreSQL Store backend.
|
|
pub(crate) const TRACING_TARGET: &str = "ksp-store-postgres-lib";
|