Feature Request: LOG file

Discuss new features and functions
Posts: 1
Joined: 4 May 2016

jparr

It would be nice to have a LOG file with all sync events (Drive/Folder name, start time, end time, duration and status).
That way we always new when last sync event occurred for a specific folder or drive.
Posts: 10
Joined: 17 Sep 2013

nodough

Is there a reason that the existing logging capability won't work in your situation?
Posts: 4
Joined: 10 May 2016

georgefischhof

Hi,

I have the same issue. I would need only a big log with the following entries:
<date> <time> info: file created <filename_with_path> (from <filename_with_path>)
<date> <time> info: file updated <filename_with_path> (from <filename_with_path>)
<date> <time> info: file deleted <filename_with_path>
<date> <time> info: folder created <path> (copied from <path>)
<date> <time> info: folder deleted <path>

file sync is used by automation processes, so the log is used only for debug purposes, any other info written to log file is just make me understand it slower. And I have to search among several log files (as syncing is done in every hour)

date and time would be good in ansi format:
YYYY-mm-dd hh:mm:ss


BR
George