fix: add find-files
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m19s
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m19s
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user