summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-03-03 06:44:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-03-03 06:44:25 +0000
commita963e7ada6a022954bf38e3e5c30c4eb415355f3 (patch)
treec0d8e6753a8ddf9ad151b6c74d0ad5faa0c84423
parentde310e04640a30b3d766ba46755de00dc2395c46 (diff)
downloadATCD-a963e7ada6a022954bf38e3e5c30c4eb415355f3.tar.gz
-rw-r--r--CIAO/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/CIAO/NEWS b/CIAO/NEWS
index ee8c09779f5..54952687638 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -84,11 +84,18 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.7.6 and CIAO-0.7.7
. Added a new tool, dance_split_plan, which will allow a user
to split a deployment plan into locality-constrained CDR-encoded deployment
- plans.
+ plans.
. Added a new tool, dance_convert_plan, which will allow a user to validate
and optionally convert a XML encoded deployment plan into CDR.
+. CIAO and DAnCE logging are silent by default, no messages are printed anymore.
+ If you want to enable logging use the environment variables CIAO_LOG_LEVEL,
+ DANCE_LOG_LEVEL, CIAO_TRACE_ENABLE, DANCE_TRACE_ENABLE, DANCE_LOG_FILE,
+ and CIAO_LOG_FILE. For the executables we have the commandline arguments
+ -DAnCELogLevel, -DAnCETraceEnable, -DAnCELogFile, -CIAOLogLevel,
+ -CIAOTraceEnable, and -CIAOLogFile
+
USER VISIBLE CHANGES BETWEEN CIAO-0.7.5 and CIAO-0.7.6
=======================================================