addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

Cant log when running multiple scripts #138

Closed addshore closed 11 years ago

addshore commented 11 years ago

The current logging system holds log files open when the script is running. This means that if you run two scripts, one will not be able to write to the log..

The logger should be made so that it simply appends lines to the file rather than keeping it open (as long as this is not too expensive)

or else we will have to come up with a better solution