diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/py-libs/backend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py-libs/backend.py b/src/py-libs/backend.py index 809383d..e634368 100644 --- a/src/py-libs/backend.py +++ b/src/py-libs/backend.py @@ -519,7 +519,7 @@ class Root(object): (self.build_log, "build.log"), (self.root_log, "root.log")): fullPath = os.path.join(self.statedir, filename) - fh = logging.FileHandler(fullPath, "w+") + fh = logging.FileHandler(fullPath, "a+") fh.setFormatter(formatter) fh.setLevel(logging.NOTSET) log.addHandler(fh) |
