We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141fbdb commit 419431dCopy full SHA for 419431d
1 file changed
internal/cli/common/service.go
@@ -54,6 +54,7 @@ func RunService(c *cli.Context, cliOpts *CLIOpts, streamsMode bool) error {
54
}
55
56
verLogger := logger.With("benthos_version", cliOpts.Version)
57
+
58
if mainPath == "" {
59
verLogger.Info("Running without a main config file")
60
} else if inferredMainPath {
0 commit comments