(cc-ing analytics list) >Heads up, that the way we test Event Logging has changed. >Details can be found here: https://wikitech.wikimedia.org/wiki/EventLogging/Testing/BetaLabs Correct, analytics team will take care of maintaining these docs.
>ssh eventlogging02.eqiad.wmflabs >cd /var/log/eventlogging >tail -f client-side-events.log This will give you the WHOLE stream of client side events, correct, valid and invalid. >For unvalidated events check out the file all-events.log instead. This log holds VALID events both client and server side. >2. Modify event logging code in client code >In Android app uncomment the following line in EventLoggingEvent >// private static final String EVENTLOG_URL = " http://bits.beta.wmflabs.org/event.gif"; Correct >3. Run your code, and see the output from step 1. Correct Thanks for testing before sending your code to prod! Nuria On Mon, Apr 20, 2015 at 2:03 PM, Bernd Sitzmann <[email protected]> wrote: > Hi Nuria, > > I'm about to send this off to the mobile-tech list. But before I do that, > is this info correct? > > Thanks, > Bernd > > --- > > Heads up, that the way we test Event Logging has changed. Details can be > found here: > https://wikitech.wikimedia.org/wiki/EventLogging/Testing/BetaLabs > > 1. > ssh eventlogging02.eqiad.wmflabs > cd /var/log/eventlogging > tail -f client-side-events.log > > For unvalidated events check out the file all-events.log instead. > > If you need access check out > https://wikitech.wikimedia.org/wiki/EventLogging/Testing/BetaLabs#Give_people_access > . > > 2. Modify event logging code in client code > In Android app uncomment the following line in EventLoggingEvent > // private static final String EVENTLOG_URL = " > http://bits.beta.wmflabs.org/event.gif"; > > Please don't commit that change to keep the production value as is. > > 3. Run your code, and see the output from step 1. > > > As an aside: > > Confused about beta and labs, like I was? Check out > https://wikitech.wikimedia.org/wiki/Labs_labs_labs. For some reason when > I joined it was called beta labs and that stuck with me, and for a lot of > others, like the creator of the page > https://wikitech.wikimedia.org/wiki/EventLogging/Testing/BetaLabs. > > Cheers, > Bernd >
_______________________________________________ Analytics mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/analytics
