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: issues-unsubscr...@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to