Skip to content

Commit

Permalink
log base url when implicitly set
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Jul 16, 2024
1 parent 1f8b47f commit 8b2d3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ func getProducerConfig() ProducerConfig {
if config.Upload.BaseURL == "" {
// default to listen address
config.Upload.BaseURL = "http://" + config.Listen.Addr()
getLogger().Printf("Base URL implicitly set to %s", config.Upload.BaseURL)
}

return config
Expand Down

0 comments on commit 8b2d3c5

Please sign in to comment.