We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475ca34 commit 4658f33Copy full SHA for 4658f33
1 file changed
bottlecap/src/config/mod.rs
@@ -217,7 +217,7 @@ impl ConfigBuilder {
217
}
218
219
// If Logs URL is not set, set it to the default
220
- if self.config.logs_config_logs_dd_url.is_empty() {
+ if self.config.logs_config_logs_dd_url.trim().is_empty() {
221
self.config.logs_config_logs_dd_url = build_fqdn_logs(self.config.site.clone());
222
} else {
223
self.config.logs_config_logs_dd_url =
0 commit comments