-2
I want to save logs of my applications in a database, Mysql or Mongodb. However as it will be a large volume of logs, I will save in a different database from the application.
I am in doubt of which bank to use. I think of using Mongodb, but I think there may be some other that is better for it. Any tips or recommendations ?
Why will be in database?
– Woss
why in specific cases I will need to access, to show who made the change or what changed.
– Vitor Garselaz Dias
To save the log, any database serves. There are specific databases for logs, type influxdb. But it’s only worth thinking about if the volume is BIG.
– epx