On Jul 23, 8:56 pm, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
> "marius d." <marius.dan...@gmail.com> writes:
> > I'm not sure if that logs the statements with the actual values. Does
> > it ?
>
> Strange, just tried it because I definitely remember seeing values
> being logged, but turns out not all statements have values logged and it
> seem just queries are logged.
>
> /Jeppe

I tried this:
DB.addLogFunc((query, len) => Log.info("The query: "+query+" took "+len
+" milliseconds"))

... and only got things like this:
INFO - The query: b8450018-0122-a854-9ce5-000000cde658 took 47
milliseconds

Not exactly what I was interested in. ;-)

/Jon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to