Consonance / consonance

Core consonance utilities for scheduling, reporting on, and provisioning VMs for workflows
GNU General Public License v3.0
14 stars 5 forks source link

Log all messages to/from queue to a separate file #91

Closed SolomonShorser-OICR closed 9 years ago

SolomonShorser-OICR commented 9 years ago

It is difficult to read through the arch3.log file when it has been filled with messages from the coordinator from several nodes for a whole day. Maybe the messages could be redirected to a separate log file to make processing the main application's log file easier?

denis-yuen commented 9 years ago

+1

SolomonShorser-OICR commented 9 years ago

Better yet, only log them in DEBUG mode: https://github.com/Consonance/consonance/commit/542b9cae926d8d666d43a69d12813cb812586c74

@denis-yuen : will this automatically get merged into the Consonance 2 branch or do you need to cherry-pick this commit manually?

denis-yuen commented 9 years ago

I'll need to cherry-pick unless you make a pull request against each branch separately.

SolomonShorser-OICR commented 9 years ago

This was released in https://github.com/Consonance/consonance/releases/tag/1.1-rc.1