after you added plugin in ProjectConfiguration.class.php u can use the behaviour in yoiur schema.yml
Table:
actAs:
Traceable: ~
columns:
....
in the options you can change the name of ip address field
Table:
actAs:
Traceable:
name: my_field
columns:
....
$Model->trace(); // not save the record
$Model->save();
$Model->trace(true); // also save the record