Graphlytic logging

Graphlytic uses slf4j and logback binding.

Location of log directory is configured, see Ubu: 3. Install Graphlytic.

configuration file: logback.xml (see Ubu: Important directories for location of this file). This file can be used to set level of logging or to disable logging. Location of log files is configured in starting script of Graphlytic (see Ubu: 3. Install Graphlytic)

Common log

file: graphlytic.log

Contains all logs.

Audit log

Backend Audit log

file: graphlytic-audit.log

Contains backend audit logs (a subset of the common log):

  • when a user was successfully logged into Graphlytic (time, name of the user)

  • information about unsuccessful authentication (time, name of the user)

  • information about data changing operations for nodes and relationships (create, update, delete) (time, name of the user, name of the operation).

Frontend Audit log

file: graphlytic-frontend.log

Contains audit logs (a subset of the common log) of the Graphlytic frontend application with richer context information, e.g. about exploring.