Actually client side log levels are set in the WebClient.gwt.xml.
But what command do you use to compile the GWT to javascript?
There are 3 targets for the gwt compilation in the build.xml:
compile-gwt - which is the "production" mode without stack emulation and
logging panel disabled.
compile-gwt-demo - with stack emulation and remote logging enabled but with
logging panel disabled.
compile-gwt-dev - with stack emulation and logging panel enabled.
I think you need compile-gwt-dev for developing purposes.
so try to recompile with:
ant compile-gwt-dev


2011/5/16 Gokul Jeyapaul <[email protected]>

> Hi Yuri,
>
>  I tried it, some how unable to get it working.
>
>  Do I have to set the log levels some where else apart from while starting
> the server? I am starting the server from command prompt like
>
> java -Dorg.eclipse.jetty.util.log.DEBUG=true
> -Djava.security.auth.login.config="jaas.config"
> -Dwave.server.config=server.config -jar dist\waveinabox-server-0.3.jar
>
> or Should I look for log files rather than the console for logs?
>
> Thanks,
> Gokul
>
>
> On Sat, May 14, 2011 at 10:59 PM, Yuri Z <[email protected]> wrote:
>
> > Try DomLogger. Take a look at JsoSearchBuilderImpl for example.
> >
> > 2011/5/14 Gokul Jeyapaul <[email protected]>
> >
> > > Hi all,
> > >
> > >  Some help on this would be really helpful in understanding the code
> > flow.
> > > Thanks again for your time and patience.
> > >
> > > Regards,
> > > Gokul
> > >
> > > On Fri, May 13, 2011 at 3:26 PM, Gokul Jeyapaul <
> > > [email protected]> wrote:
> > >
> > > > Hi all,
> > > >
> > > >  I was just trying to understand the wave code base better, and I
> > wanted
> > > to
> > > > added some logs(debug or info) in some UI related classes(eg:
> > > > SearchPresenter).
> > > >
> > > >  I used org.waveprotocol.box.webclient.util.Log class's info method
> for
> > > > this. But I don't get to see the logs in the console, I think I am
> > > missing
> > > > some step(s) here. Some help will be really nice.
> > > >
> > > > Thanks,
> > > > Gokul
> > > >
> > >
> >
>

Reply via email to