IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32181


Ignore:
Timestamp:
Aug 23, 2011, 2:43:13 PM (15 years ago)
Author:
rhenders
Message:

changed log level from debug to info for removal methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/datastore.py

    r32139 r32181  
    8080        if p.returncode != 0:
    8181            if re.search("not found in", errors):
    82                 self.logger.debugPair("Datastore batch not found", name)
     82                self.logger.infoPair("Datastore batch not found", name)
    8383                ret = True
    8484            else:
    85                 self.logger.debugPair("Datastore removal FAILED", name)
     85                self.logger.infoPair("Datastore removal FAILED", name)
    8686                ret = False
    8787        else:
    88             self.logger.debugPair("Datastore removal successful", name)
     88            self.logger.infoPair("Datastore removal successful", name)
    8989            ret = True
    9090           
Note: See TracChangeset for help on using the changeset viewer.