Remove Status Online Offline From Event

Sazzad Hosen4 years ago

Hi Anton,
I want to remove Status Online Offline From Event Section. I want to modify Traccar Server Source Code to stop storing Status Report in Event table.
So Please inform me where & Which code i have to modify to stop store Status Data in event table.
Thanks

Slawek4 years ago

Status online, ofline is configured via system settings/notifications. Is not ?

Event table you can clear easy via cron job, make script with command.

delete from tc_events;

Sazzad Hosen4 years ago

Hi,
I don't need to store status data in event table anymore.
I want to permanently stop status event from my server.
So where i change traccar server source code?
Please help me.

Slawek4 years ago