AMReX-Astro / MAESTROeX

A C++ low Mach number stellar hydrodynamics code
https://amrex-astro.github.io/MAESTROeX/
BSD 3-Clause "New" or "Revised" License
40 stars 22 forks source link

eliminate simple_log? #464

Open zingale opened 3 months ago

zingale commented 3 months ago

In the base state setup, we use the simple log Log() to manage the output. This log has a buffer (set to 128 limes), but we never seem to use the buffer or write the output to a file.

So it is not clear what the purpose of the log is. It seems like we can just eliminate the logging.