Limit the maximum size of log file
[platform/core/uifw/capi-ui-sticker.git] / receiver / inc / config.h
index bafee30..f1ca4b9 100644 (file)
@@ -33,4 +33,7 @@
 
 #define STICKER_DIRECTORY "/opt/usr/share/sticker-data"
 
+#define MAX_LOG_SIZE 1024*1024
+#define MAX_LOG_COUNT 7
+
 #endif /* __CONFIG_H__ */