Edgewall Software

Changes between Version 19 and Version 20 of TracFineGrainedPermissions


Ignore:
Timestamp:
Jul 29, 2010, 12:02:57 PM (14 years ago)
Author:
dpc@…
Comment:

Some debuging instructions.

Legend:

Unmodified
Added
Removed
Modified
  • TracFineGrainedPermissions

    v19 v20  
    138138Don't forget to restart Trac engine to apply new configuration if you are running tracd standalone server.
    139139
     140== Debugging permissions
     141In trac.ini set:
     142{{{
     143[logging]
     144log_file = trac.log
     145log_level = DEBUG
     146log_type = file
     147}}}
     148
     149And watch:
     150{{{
     151tail -f log/trac.log | grep Checking
     152}}}
     153
     154to understand what checks are being performed. See the sourced documentation of the plugin for more info.
     155
     156
    140157----
    141158See also: TracPermissions,