I am happy to report that this is now SOLVED, thanks to a gentleman going by the handle nogunner. I found this http://blog.kornr.net/index.php/2009/01/27/gently-asking-the-gwt-hosted-mode-to-not and quickly placed a src/main/resources/commons-logging.properties file containing only "org.apache.commons.logging.Log = org.apache.commons.logging.impl.Log4JLogger" in it, sans quotes. And voila! Everything is logging as I expect for a normal web application.
Rejoice!! :-) -jesse On Mon, Dec 15, 2008 at 8:45 AM, David Durham, Jr. <[email protected]> wrote: > > On Fri, Dec 12, 2008 at 6:15 PM, <[email protected]> wrote: >> Ok, do you have a work around? I can not simply start using log4j >> directly, I have a dozen projects that are exploiting >> commons-logging.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
