Skip to content

Commit

Permalink
Debug logs from routers
Browse files Browse the repository at this point in the history
  • Loading branch information
EinKrebs committed Apr 15, 2024
1 parent 891ca04 commit 7f4a0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/feature/conf/router_with_scram_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ admin_console_port: '7432'
grpc_api_port: '7000'
router_mode: PROXY
log_level: debug
log_file: /var/log/spqr-router.log
log_filename: /var/log/spqr-router.log
time_quantiles:
- 0.75
world_shard_fallback: true
Expand Down
2 changes: 1 addition & 1 deletion test/feature/spqr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (tctx *testContext) saveLogs(scenario string) error {
errs = append(errs, err)
continue
}
fmt.Println("router logs:")
fmt.Printf("\"%s\" router logs:\n", service)
fmt.Println(string(content))
}
default:
Expand Down

0 comments on commit 7f4a0a7

Please sign in to comment.