Fix wizard flag.
[bertos.git] / bertos / cfg / cfg_syslog.h
index 69bc990c7d828e3df75e126c1aeeee4ed1e20f63..5ee39c0f26c3020aced0fcc200d765caa476a2d6 100644 (file)
 /**
  * Enable the net logging.
  *
- * $WIZ$ type = "bool"
+ * $WIZ$ type = "autoenabled"
  */
-#define CONFIG_SYSLOG_NET     1
+#define CONFIG_SYSLOG_NET     0
 
 /**
- * Enable the serial logging.
+ * Log also on serial.
  *
- * $WIZ$ type = "bool"
+ * $WIZ$ type = "boolean"
  */
 #define CONFIG_SYSLOG_SERIAL  1
 
 /**
- * Destination port of log messages
+ * Destination port of log messages.
  *
  * $WIZ$ type = "int"
  */