Skip to content

Commit

Permalink
Reduce log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed Jul 6, 2006
1 parent 34631d2 commit 31719c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public OutputStream writeResource(final String documentName) throws IOException

this.alreadyDeployedFilesSet.add(targetFile.getCanonicalFile());

this.logger.info("Deploying block resource to " + getOutputDir() + "/" + outputDocumentName);
this.logger.debug("Deploying block resource to " + getOutputDir() + "/" + outputDocumentName);

return new FileOutputStream(FileUtils.createDirectory(targetFile));
}
Expand Down

0 comments on commit 31719c6

Please sign in to comment.