aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-12-09 16:19:36 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-12-09 16:19:36 +0000
commitde35f0c7cea5b7d38377f082e19effcaad0f5cf3 (patch)
tree2ec4bd3ec8db08a7fa13891482efb9f3376499ba /tools/ocaml
parent1878046a73df7ea3ee86b881f313e5a9aadbff66 (diff)
downloadxen-de35f0c7cea5b7d38377f082e19effcaad0f5cf3.tar.gz
xen-de35f0c7cea5b7d38377f082e19effcaad0f5cf3.tar.bz2
xen-de35f0c7cea5b7d38377f082e19effcaad0f5cf3.zip
oxenstored: log Errors and Warnings by default.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/ocaml')
-rw-r--r--tools/ocaml/xenstored/logging.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/xenstored/logging.ml b/tools/ocaml/xenstored/logging.ml
index ec2f081154..84d7c82cba 100644
--- a/tools/ocaml/xenstored/logging.ml
+++ b/tools/ocaml/xenstored/logging.ml
@@ -105,7 +105,7 @@ let string_of_date () =
(int_of_float (1000.0 *. msec))
let xenstored_log_file = ref "/var/log/xenstored.log"
-let xenstored_log_level = ref Null
+let xenstored_log_level = ref Warn
let xenstored_log_nb_files = ref 10
let xenstored_log_nb_lines = ref 13215
let xenstored_log_nb_chars = ref (-1)