jpappa200 commented on code in PR #7652:
URL: https://github.com/apache/trafficcontrol/pull/7652#discussion_r1272719611


##########
cache-config/t3c-apply/config/config.go:
##########
@@ -580,6 +618,13 @@ If any of the related flags are also set, they override 
the mode's default behav
                return Cfg{}, errors.New("Initializing loggers: " + err.Error() 
+ "\n")
        }
 
+       if len(fatalLogStrs) > 0 {
+               for _, str := range fatalLogStrs {
+                       str = strings.TrimSpace(str)
+                       log.Warnln(str)

Review Comment:
   updated to `log.Errorln(str)` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to