Skip to content

Commit

Permalink
Rename backend log stream (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Oct 26, 2023
1 parent 0eac452 commit e3396d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/messages/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl DroneLogMessage {

impl JetStreamable for DroneLogMessage {
fn stream_name() -> &'static str {
"backend_log"
"backend_logs"
}

fn config() -> async_nats::jetstream::stream::Config {
Expand Down

0 comments on commit e3396d2

Please sign in to comment.