Changes between Version 4 and Version 5 of PlugIns/GenericEvents/generic-event-monitor


Ignore:
Timestamp:
10/04/17 13:00:52 (7 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/GenericEvents/generic-event-monitor

    v4 v5  
    7979Log files are separated in the log directory by the URL of the monitored web application as well as by a unique id of the client. Please note, that a client here is a specific installation of a specific browser on a specific machine. If the installation changes, the client id may change. If several users use the same installed browser, they are considered as one user. To check if the monitor correctly records user actions, you can check if a specific log file is created in the log directory. Furthermore, you can check the {{{console.log}}} for respective messages, e.g. the following one: 
    8080{{{ 
    81   handled message of 12345 (www.mywebapp.de; 5 events) 
     81  handled message of 12345 for app BlaBliBlup (5 events) 
    8282}}}