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.
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.