I'm in the process of implementing a robust logging system for my app, and I want to ensure that I'm capturing as much activity as possible. My goal is to have detailed logs that can help me debug and review processes efficiently.
are there best practices for building a comprehensive log system in Xano?
Any considerations I should take into account regarding app efficiency?
My current idea is to have a new table called "log" and to register a new item from every function that I run
I am a bit concerned about the amount of data that will be created this way
Any thoughts on the matter?
Thanks!