]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/src/ocaml/uwobo.ml
changed log file permission to 0o640
[helm.git] / helm / uwobo / src / ocaml / uwobo.ml
index a0e9078a83f42d7676a61ab6fa1b098462467f3b..bea96a2a09b1cf1d61af184e658b9ddea5825138 100644 (file)
@@ -35,7 +35,7 @@ let debug_level = `Notice;;
 let debug_print s = if debug then prerr_endline s;;
 Http_common.debug := false;;
 let logfile = Some "uwobo.log";;  (* relative to execution dir *)
-let logfile_perm = 0o644;;
+let logfile_perm = 0o640;;
 
   (* other settings *)
 let daemon_name = "UWOBO OCaml";;