Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Set default logging level to INFO instead of DEBUG #739
Comments
ronlevine
was assigned
by vdauwera
Nov 8, 2016
ronlevine
added the
secon
label
Nov 8, 2016
|
Closing since #740 is merged. |
ronlevine
closed this
Nov 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vdauwera commentedNov 8, 2016
We're getting DEBUG messages bleeding through to GATK output, for example this is showing up during normal runs (not setting log level to debug):
coming from https://github.com/samtools/htsjdk/blob/master/src/main/java/htsjdk/samtools/util/BlockCompressedOutputStream.java#L166
It would be better to have the default level be INFO. Clients can set a different level if required.