Hiding Privacy Logs for LUX
[platform/upstream/iotivity.git] / packaging / iotivity.spec
index 764c963..d09744a 100755 (executable)
@@ -35,6 +35,7 @@ Source1002: %{name}-test.manifest
 # For Example
 %if %{RELEASE} == "True"
 %define build_mode release
+%define log_level INFO
 %else
 %define build_mode debug
 %endif
@@ -186,6 +187,7 @@ scons %{JOB} --prefix=%{_prefix} \
     BLE_TIZEN_30=%{BLE_TIZEN_30} \
     DISABLE_BLE_SERVER=%{DISABLE_BLE_SERVER} \
     MULTIPLE_OWNER=%{MULTIPLE_OWNER} \
+    LOG_LEVEL=%{log_level} \
     #eol
 
 %install