~brianaker/gearmand/gearmnan_job_use_client

« back to all changes in this revision

Viewing changes to libtest/gearmand.cc

  • Committer: Continuous Integration
  • Date: 2013-08-15 05:09:33 UTC
  • mfrom: (857.1.1 gearmand-1.2)
  • Revision ID: ci@tangent.org-20130815050933-bjl3u1nfxtrsp2lu
Merge lp:~brianaker/gearmand/verbosity-option Build: jenkins-Gearmand-826

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    {
106
106
      std::string buffer("--log-file=");
107
107
      buffer+= arg;
108
 
      app.add_option("--verbose=DEBUG");
 
108
      // @note leave the logic as a placeholder
 
109
#if defined(VCS_CHECKOUT) && VCS_CHECKOUT
 
110
      app.add_option("--verbose=INFO");
 
111
#else
 
112
      app.add_option("--verbose=INFO");
 
113
#endif
109
114
      app.add_option(buffer);
110
115
    }
111
116
  }