[TIMOB-13085] CodeProcessor: logging to a file is broken
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-03-22T19:04:29.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | 2013 Sprint 06 JS, 2013 Sprint 06 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Bryan Hughes |
Created | 2013-03-15T23:26:02.000+0000 |
Updated | 2013-03-27T22:26:14.000+0000 |
Description
Log file isn't created even though it's specified in the config file.
Long story short, winston sucks. I can't seem to fix this issue, plus logging to a file has some, shall we say, "quirks" Also worth noting, this only happens when runs are interrupted and the process hasn't been running long. It seems like it doesn't have a chance to flush to a file. I think it's safe to ignore this issue until we rip out winston from everything and replace it with something in node-appc (or a separate module entirely)