crossminer / scava

https://eclipse.org/scava/
Eclipse Public License 2.0
18 stars 13 forks source link

metric-platform debugging #123

Open mhow2 opened 5 years ago

mhow2 commented 5 years ago

With the new logging system added by @ambpro in #112 we are now able to follow analysis logs per project in a more clear fashion. Now I am wondering if it is verbose enough: I have the following analysis that has not progressed for several hours - the current time (now) is 15:55 UTC.

below are the last few lines from scava-deployment_oss-app_1:/root/scava/satj/analysisLogs/satj:all-28-02-2019 12:15:04.log):

INFO  [AnalysisTask 'satj:all, 20190228)] (12:19:01): Ending execution AnalysisTask 'satj:all' with MetricExecution 'style.filesWithStyleViolations.historic' done in 7 ms
INFO  [importer.gitHub] (15:15:14): ---> processing repository INRIA/spoon
INFO  [importer.gitHub] (15:15:17): Project has been importerd
(END)

The entire log file : satj:all-28-02-2019 12:15:04.log

In addition, I think that the entries about importer.* should not be part of the analysis log. Please, could you document how to set the log level verbosity ?

mhow2 commented 5 years ago

I can't find the analysisLogs folder anymore in the container from the latest deployment. Any comment welcome.