>Details can be found here: https://wikitech.wikimedia.org/wiki/EventLogging/Testing/BetaLabsCorrect, 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