Skip to content

Commit f428678

Browse files
committed
Re-add logging
1 parent d21fb3c commit f428678

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SequenceAnalysis/api-src/org/labkey/api/sequenceanalysis/run/AbstractCommandWrapper.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ private void setPath(ProcessBuilder pb)
204204
if (!StringUtils.isEmpty(toolDir))
205205
{
206206
String path = System.getenv("PATH");
207+
208+
getLogger().debug("Existing PATH: " + path);
209+
getLogger().debug("toolDir: " + toolDir);
210+
211+
207212
if (path == null)
208213
{
209214
path = toolDir;

0 commit comments

Comments
 (0)