]> xenbits.xensource.com Git - xcp/xen-api-libs.git/commitdiff
CA-34200: audit-log should have info level
authorMarcus Granado <marcus.granado@citrix.com>
Thu, 29 Oct 2009 18:19:34 +0000 (18:19 +0000)
committerMarcus Granado <marcus.granado@citrix.com>
Thu, 29 Oct 2009 18:19:34 +0000 (18:19 +0000)
Signed-off-by: Marcus Granado <marcus.granado@eu.citrix.com>
log/logs.ml

index 8adac3d71181546ddb0ea8de24588f3cf5f14c13..917938c330fdd40dc0c01b561686960a185c7268 100644 (file)
@@ -208,4 +208,4 @@ let warn t ?extra (fmt: ('a , unit, string, unit) format4) =
 let error t ?extra (fmt: ('a , unit, string, unit) format4) =
        log t Log.Error ?extra fmt
 let audit t ?raw ?extra (fmt: ('a , unit, string, string) format4) =
-  log_and_return t Log.Debug ?raw ?extra fmt
+  log_and_return t Log.Info ?raw ?extra fmt