L'omobob
2017-06-01 21:43:13 UTC
Hi all,
Quick question, when I call an xquery file with this line:
let $log := util:log("INFO", "helloworld")
I get this line in webapp/web-inf/log/exist.log:
2017-06-01 23:40:08,827 [qtp1609754699-43] INFO (LogFunction.java
[writeLog]:199) - (Line: 1 String) helloworld
Is there a way to configure the output as we want ? for example, use a
custom file (foo.log) ?
Can we imagine having multiple files with some params ?
Thanks !
Quick question, when I call an xquery file with this line:
let $log := util:log("INFO", "helloworld")
I get this line in webapp/web-inf/log/exist.log:
2017-06-01 23:40:08,827 [qtp1609754699-43] INFO (LogFunction.java
[writeLog]:199) - (Line: 1 String) helloworld
Is there a way to configure the output as we want ? for example, use a
custom file (foo.log) ?
Can we imagine having multiple files with some params ?
Thanks !