Skip to content

Commit a62659a

Browse files
committed
newt: Switch resolution warnings from debug to warn log lvl
Now newt warns about undefined settings on default
1 parent 16449ee commit a62659a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newt/builder/targetbuild.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ func (t *TargetBuilder) validateAndWriteCfg() error {
285285

286286
warningText := strings.TrimSpace(t.res.WarningText())
287287
if warningText != "" {
288-
log.Debug(warningText)
288+
log.Warn(warningText)
289289
}
290290

291291
for _, line := range t.res.DeprecatedWarning() {

0 commit comments

Comments
 (0)