We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43d490 commit 64aaccaCopy full SHA for 64aacca
src/cli.rs
@@ -410,7 +410,7 @@ pub enum WatchConfigMethod {
410
411
pub fn handle_config_errors(errors: Vec<String>) -> exitcode::ExitCode {
412
for error in errors {
413
- error!(message = "Configuration error.", %error);
+ error!(message = "Configuration error.", %error, internal_log_rate_limit = false);
414
}
415
416
exitcode::CONFIG
src/topology/builder.rs
@@ -825,7 +825,7 @@ impl<'a> TopologyPiecesBuilder<'a> {
825
match self.build().await {
826
Err(errors) => {
827
828
829
830
None
831
0 commit comments