Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions pkg/skyenv/skyenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,13 @@ const (

// Routing constants

// TpLogStore is where tp logs are stored
// TpLogStore is the legacy on-disk transport-log directory name.
// Retained because cmd/skywire-cli/commands/config/gen.go still
// emits it as the default LogStore.Location for backward-compatible
// config files; the runtime no longer writes anything there
// (historical bandwidth lives in the bbolt stats store).
TpLogStore = "transport_logs"

// LatencyLogStore is where transport latency logs are stored
LatencyLogStore = "latency_logs"

// LocalPath where the visor writes files to
LocalPath = "./local"

Expand Down
Loading
Loading