X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/39694ecf6a38515467817d63acef0869d69ee7bb..653db94ca15b709e89672aeea9dc4cb9f830cf97:/lib/loggers/file.js diff --git a/lib/loggers/file.js b/lib/loggers/file.js index 5ba8a17..0d60acd 100644 --- a/lib/loggers/file.js +++ b/lib/loggers/file.js @@ -12,7 +12,7 @@ Class(Cobalt.Logger, 'File')({ } } - this._stream = fs.createWriteStream(this.file); + this._stream = fs.createWriteStream(this.file, {flags: 'a'}); }, log : function () {