kareemmahlees / tablex

Cross-Platform table viewer written in Rust
https://tablex-tan.vercel.app
MIT License
64 stars 5 forks source link

[FEAT] Logging #85

Closed kareemmahlees closed 1 month ago

kareemmahlees commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, there is no way of visualizing the events that happen in TableX or trace errors. It is also crucial for the end user to know what queries have been executed on his database.

Describe the solution you'd like A properly structured logging mechanism that writes logs into the file system.

Additional context This will probably be easier if #84 was closed first.