X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fcfg_syslog.h;h=5ee39c0f26c3020aced0fcc200d765caa476a2d6;hb=e8b0472be10fba4ca6baa62d8d483db90e28c06e;hp=69bc990c7d828e3df75e126c1aeeee4ed1e20f63;hpb=97e93eec653e38a04e94e5191bdbf5ea48edde96;p=bertos.git diff --git a/bertos/cfg/cfg_syslog.h b/bertos/cfg/cfg_syslog.h index 69bc990c..5ee39c0f 100644 --- a/bertos/cfg/cfg_syslog.h +++ b/bertos/cfg/cfg_syslog.h @@ -41,19 +41,19 @@ /** * 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" */