Is there any way to disable the creation of the trace file? My trace file grows very large and I do not need to see any logs.
@kjkrupal I can only give one recommendation: Migrate away from H2:
https://www.metabase.com/docs/latest/operations-guide/migrating-from-h2.html
I haven’t tried, but have a look at H2 documentation:
http://h2database.com/html/features.html#trace_options
@flamber @kjkrupal I also found a 80GB "metabase.db.trace.db" file in my metabase folder structure. I was able to delete it without any problems after stopping the metabase service. It seems that this file is only created for debugging purposes.
@abertzouanis There is only one recommendation - migrate away from H2: