X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/blobdiff_plain/de7f6029774eb7cb58e59d0ab7e914a54bce69e3..3a0fbfeb0f3ad2db91b6b4dbad7a3757081e2485:/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 () {