[metacat-cvs] metacat/src/edu/ucsb/nceas/metacat/harvesterClient HarvestSiteSchedule.java

Duane Costa costa at ecoinformatics.org
Fri Nov 18 13:18:15 PST 2005


costa       05/11/18 13:18:15

  Modified:    src/edu/ucsb/nceas/metacat/harvesterClient
                        HarvestSiteSchedule.java
  Log:
  Change the maximum code level reported to the site contact from "info" to "notice". This is to reduce the amount of diagnostic output generated in the email reports to the site contact. Diagnositcs of type "error", "warning", and "notice" will be sent to the site contact, while messages of type "info" and "debug" will not (but they will still be sent to the Harvester Administrator).
  
  Revision  Changes    Path
  1.16      +3 -3      metacat/src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java
  
  Index: HarvestSiteSchedule.java
  ===================================================================
  RCS file: /cvs/metacat/src/edu/ucsb/nceas/metacat/harvesterClient/HarvestSiteSchedule.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- HarvestSiteSchedule.java	20 Jan 2005 21:37:45 -0000	1.15
  +++ HarvestSiteSchedule.java	18 Nov 2005 21:18:15 -0000	1.16
  @@ -4,8 +4,8 @@
    *                  Regents of the University of California
    *
    *   '$Author: costa $'
  - *     '$Date: 2005/01/20 21:37:45 $'
  - * '$Revision: 1.15 $'
  + *     '$Date: 2005/11/18 21:18:15 $'
  + * '$Revision: 1.16 $'
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
  @@ -532,7 +532,7 @@
       PrintStream body;
       String from = harvester.harvesterAdministrator;
       String[] fromArray;
  -    String maxCodeLevel = "info";
  +    String maxCodeLevel = "notice";
       MailMessage msg;
       int nErrors = 0;
       String subject = "Report from Metacat Harvester: " + harvester.timestamp;
  
  
  


More information about the Metacat-cvs mailing list