Ensure that the ouput log geneneration is following as expected: - [ ] Debug Output: Only generate debug logs when the debug option is explicitly selected. - [ ] Error Logging: The `.err` file should contain only the primary error message - no stack traces or additional context unless explicitly required. - [ ] Standard Output: All standard output `stdout` should be written to `program.out`.