typeintandem / tandem

Typing in Tandem. Decentralized, cross-editor, collaborative text-editing!
Apache License 2.0
698 stars 20 forks source link

Added Winston for logging in CRDT #57

Closed jamiboym closed 6 years ago

rageandqq commented 6 years ago

We should also consider cleaning up the info logs after the CRDT is closed safely (or putting it in the agent shutdown logic).

jamiboym commented 6 years ago

@rageandqq We can add that to a make command or something (also delete the agent's log file) - removing the log file right after a successful shutdown may not be the desired behavior we want (logs might be useful even after a proper shutdown).

geoffxy commented 6 years ago

The log files go to tmp right now, so they automatically get deleted when you restart your computer. 🤷‍♂️