Shorten filenames in log messages
Filenames could be prevented even shorter than the relative names shown at the moment. A style similar to logback could be used, by shortening path components to limit the length of the string. For example
Submitted by Hendrik van Antwerpen on 9 April 2017 at 15:10trans/nabl2/runtime/analysis/main.str
would becomet/n/r/a/main.str
, ort/n/r/analysis/main.str
depending on the length limit.
Log in to post comments