If that doesn't work I'd suggest you ask in the Alfresco forums, since
they tend to be monitored by the developers themselves.
Cheers,
Will.
> --
> You received this message because you are subscribed to the Google Groups
> "Share Extras Development" group.
> To post to this group, send email to share-ext...@googlegroups.com.
> To unsubscribe from this group, send email to
> share-extras-de...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/share-extras-devel?hl=en.
In Java:
Logger logger = Logger.getLogger("org.alfresco");
Level level = Level.toLevel(level);
logger.setLevel(level);
Also implemented as a hidden feature in the Javascript Console ;-)
logger.setLevel("org.alfresco.repo.lock", "DEBUG");
--