small fixup

+ added timestamp to logging output
* finished up HandleError output
This commit is contained in:
nico 2018-11-07 00:49:32 +01:00
parent d7fc664d3b
commit 146a4efc7f
No known key found for this signature in database
GPG key ID: EA7C31AAB1BDC1A2
2 changed files with 2 additions and 2 deletions

View file

@ -64,6 +64,6 @@ class HandleError:
def report(self):
# return the formatted result string to the user
text = "%s, %s resulted in: %s" % (self.text, self.key, self.condition)
text = "%s. %s %s resulted in: %s" % (self.text, self.key, self.target, self.condition)
return text

View file

@ -176,7 +176,7 @@ if __name__ == '__main__':
args = parser.parse_args()
# logging
logging.basicConfig(filename=args.logfile, level=logging.INFO, format='%(levelname)-8s %(message)s')
logging.basicConfig(filename=args.logfile, level=logging.INFO, format='%(levelname)s: %(asctime)s: %(message)s')
logger = logging.getLogger(__name__)
# configfile