OMPython icon indicating copy to clipboard operation
OMPython copied to clipboard

Add option to not generate log-files

Open sjoelund opened this issue 8 years ago • 0 comments

I now have 3 million files like /tmp/openmodelica.hudson.objid.0c3f41ef40b543f48a84395c1d393d9c.log because OMPython doesn't clean log-files after it is done. I believe we should have more options:

  • Output log to file
  • Output log in memory to the OMPython object (a stream or a string?)
  • Skip outputting the log (to save memory)
  • Output log to stdout

sjoelund avatar Jan 15 '18 06:01 sjoelund