Changeset 769080
- Timestamp:
- 09/09/2013 02:51:09 PM (13 years ago)
- File:
-
- 1 edited
-
observer/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
observer/trunk/readme.txt
r769014 r769080 40 40 41 41 Below is an example of a log entry when the user 'smith' has changed the Network site name from "WP Local Network" to "WP Local Networks": 42 42 43 `[Tue, 03 Sep 2013 13:45:49 +0000] [smith:1] [update_site_option] [1] [site_name] [(WP Local Network)->(WP Local Networks)] [127.0.0.1]` 43 44 44 45 Each line in the log file will roughly follow the below example. 45 46 Individual actions may log slightly different information, but the DATETIME, USERNAME, USER_ID, ACTION, and IP_ADDRESS sections should always be populated. 47 46 48 `[DATETIME] [USERNAME:USER_ID] [ACTION] [AFFECTED_OBJECT_ID] [DATA_TITLE_OR_KEY] [(VALUE_BEFORE)->(VALUE_AFTER)] [IP_ADDRESS]` 47 49 … … 63 65 64 66 = 1.0.0 = 65 Initial release.67 * Initial release. 66 68
Note: See TracChangeset
for help on using the changeset viewer.