First working release
[rmslog.git] / rmslog / cfg / cfg_fat.h
index fcd717af3591aede4c4b578bab04e6f794d445c2..45ab9aebe7d291681355ea9f6d810b66201d4c2d 100644 (file)
@@ -54,7 +54,7 @@
  * $WIZ$ type = "enum"
  * $WIZ$ value_list = "log_format"
  */
-#define FAT_LOG_FORMAT     LOG_FMT_VERBOSE
+#define FAT_LOG_FORMAT     LOG_FMT_TERSE
 
 
 /**
@@ -75,7 +75,7 @@
  * Minimization level to remove some functions.
  * $WIZ$ type = "int"; min = 0; max = 3
  */
-#define CONFIG_FAT_FS_MINIMIZE 0
+#define CONFIG_FAT_FS_MINIMIZE 2
 #define _FS_MINIMIZE CONFIG_FAT_FS_MINIMIZE
 
 /**