[rdkb][common][config][Change default loglevel to 8]

[Description]
Change default loglevel to 8

[Release-log]

Change-Id: I3c2c27f6ba3ac4a0837305c7db4e8ee14fe6503a
diff --git a/recipes-ccsp/util/utopia.bbappend b/recipes-ccsp/util/utopia.bbappend
index 436464e..a9ff4df 100644
--- a/recipes-ccsp/util/utopia.bbappend
+++ b/recipes-ccsp/util/utopia.bbappend
@@ -111,6 +111,9 @@
     install -m 755 ${S}/source/scripts/init/service.d/service_bridge.sh ${D}${sysconfdir}/utopia/service.d/service_bridge.sh
 
     install -m 755 ${WORKDIR}/dhcp_script.sh ${D}${sysconfdir}/
+    
+    #change default log level to 8
+    sed -i 's/level=6/level=8/g'  ${D}${sbindir}/log_start.sh
 
     # Creating symbolic links to install files in specific directory as in legacy builds
     ln -sf /usr/bin/10_firewall ${D}${sysconfdir}/utopia/post.d/10_firewall