-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: scr bnd plugin 1.4.0
-
Fix Version/s: scr bnd plugin 1.5.0
-
Component/s: SCR Tooling
-
Labels:None
Currently the scr bnd plugins passes log information not only back to bnd via bnd's reporter, but also writes a log file to
/tmp/scrplugin/<BundleSymbolicName>.log
this can create problems on systems where writing to such a path is not permitted (e.g. on CI servers running concurrently multiple jobs), and it is not always useful either.
A new option logToFile should be added, default value is true = current behavior. if set to false the log file is not written to the temp directory.
One could discuss if perphaps a default value of false would suite better, because it is quite uncommon to write a log file to a fixed path by default.