Skip to content

include/exclude entity settings

JonGold requested to merge JonGold/apirestlog:include-exclude-entities into 1.x

There are two commits here - I can break them out if you like, but I thought it'd be easier as one MR to avoid the merge conflict.

  • I add two new settings "Entities to Log" and "Entities to Exclude from Logging".
  • I remove the strict type checking on "Write to DB" and "Write to Log File". The values are stored as integers by default, but are saved as booleans. This fixes the problem of the settings being ignored after you save the page, without breaking backward compatibility.

Merge request reports