CS4224-Claps / project

MIT License
1 stars 0 forks source link

[CDB] Integrate Logging into Base System #16

Closed seanlowjk closed 3 years ago

seanlowjk commented 3 years ago

Summary

Implements the feature of logging transaction and query execution times .

Closes #11

image

Notes

  1. INFO is only to be meant for output data, such as commands and their respective overall xact times
  2. DEBUG for anything else, such as query execution times.
benclmnt commented 3 years ago

I think we might need to separate logs for each client... Is it achievable with this?