Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Emit console messages when debugging is enabled
Previously all log messages may be written to a text file, however during development or debugging it is also useful if the log messages are written to the console. This commit changes the logger class to emit messages to the console, via `puts`, if the VMPOOLER_DEBUG environment variable is set.
- Loading branch information