Announcement

Collapse
No announcement yet.

Release 7.4.1: Add new configuration file for open-xchange-realtime-core

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 7.4.1: Add new configuration file for open-xchange-realtime-core

    # Realtime.properties
    #
    # This file configures the realtime components contained in the package
    # open-xchange-realtime-core


    ### Debugging
    ################################################## ##############################

    # Tracing:
    # Tracing is done by adding a unique tracer to the client message that enables you
    # to follow the path of a realtime tracer/message as it is handled by different
    # parts of the server stack. This done by logging a status message at the info
    # loglevel.

    # Enable tracing for all users.
    # Default value: false
    com.openexchange.realtime.isTraceAllUsersEnabled=f alse

    # Enable tracing only for a set of users e.g.: userA@context1, userB@context1, userC@context2
    # Default value: empty set
    com.openexchange.realtime.usersToTrace=
Working...
X