fix: add find-files
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m19s

This commit is contained in:
2025-06-19 11:10:45 +03:00
parent bd79dcf401
commit b7e8a832c7
7 changed files with 289 additions and 124 deletions

View File

@@ -65,6 +65,8 @@ func (a *HCLoggerAdapter) Log(level hclog.Level, msg string, args ...interface{}
var chLogLevel chLog.Level
if msg == "plugin process exited" ||
strings.HasPrefix(msg, "[ERR] plugin: stream copy 'stderr' error") ||
strings.HasPrefix(msg, "[WARN] error closing client during Kill") ||
strings.HasPrefix(msg, "[WARN] plugin failed to exit gracefully") ||
strings.HasPrefix(msg, "[DEBUG] plugin") {
chLogLevel = chLog.DebugLevel
} else {