Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add console log with new options
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 22, 2012
1 parent 347cf20 commit c0929e3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -131,7 +131,9 @@ public static void logOptions(Logger logger, PushOptions opts)
}
logger.info("Include patterns: {}", StringUtils.join(opts.getIncludes(), " "));
logger.info("Exclude patterns: {}", StringUtils.join(opts.getExcludes(), " "));
logger.info("Case sensitive: {}", opts.getCaseSensitive());
logger.info("Default excludes: {}", opts.getDefaultExcludes());
logger.info("Exclude locale: {}", opts.getExcludeLocale());

if (opts.getPushType() == PushPullType.Trans)
{
Expand Down

0 comments on commit c0929e3

Please sign in to comment.