function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
eliotstock2eliotstock2 

grepping logs

There's an "Apex Test Runner" tab in the Force.IDE Eclipse plugin. On the right hand side of it is the log output from running my tests. Is this log also in the filesystem somewhere? Is there some way I can use common Unix tools against it, like grep and tail?
JonPJonP
It's not stored in the file system, but you can copy and paste it into a file to use text tools like grep.