@@ -192,12 +192,12 @@ This project is open-sourced software licensed under the [MIT license](LICENSE).
192192 <ul>
193193 <li>INFO : All scheduled backups</li>
194194 <li>DEBUG : All executed requests (off by default)</li>
195- <li>DEBUG : All executed database queries (off by default), only in local development mode </li>
196- <li>WARNING : All detected N+1 queries, only in local development mode </li>
197- <li>WARNING : All detected slow (> 250 ms) queries, only in local development mode </li>
195+ <li>DEBUG : All executed database queries (off by default)</li>
196+ <li>WARNING : All detected slow (> 250 ms) queries </li>
197+ <li>WARNING : All detected N+1 queries</li>
198198 <li>ERROR : All detected errors</li>
199199 </ul >
200- <p >Logging can be enabled or disabled by the developer in the Application Settings.</p >
200+ <p >Logging can be enabled or disabled by the developer in Offcanvas Menu Settings.</p >
201201</p >
202202
203203<p >This application has a built-in <b >User management & logging</b >, available to the developer :
@@ -208,9 +208,20 @@ This project is open-sourced software licensed under the [MIT license](LICENSE).
208208</p >
209209
210210<p >
211- All activities (create, update, delete) on <b>persons</b> and <b>couples</b> are logged in the database.<br/>
212- All activities (create, update, delete, invite) on <b>users</b> and <b>teams</b> are logged in the database.<br/>
213- Change history available on Persons (with Couples) and Teams (with Users).
211+ The following activities are logged in the database:
212+ <ul>
213+ <li>create, update, delete on <b>persons (including Metadata)</b> and <b>couples</b></li>
214+ <li>create, update, delete on <b>teams</b></li>
215+ <li>create, update, delete, invite, remove on <b>users (Team members)</b></li>
216+ </ul>
217+ </p >
218+
219+ <p >
220+ Activity loggings are available in Offcanvas Menu :
221+ <ul>
222+ <li>Persons (with Couples) in <b>People logbook</b></li>
223+ <li>Teams (with Users) in <b>Team logbook</b></li>
224+ </ul>
214225</p >
215226
216227## Languages
0 commit comments