secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.05k stars 298 forks source link

Where can we see the logs for Java tests running inside the sot-info-flow package #504

Closed DeepakUniAdel closed 2 years ago

DeepakUniAdel commented 2 years ago

Dear Steven

Where can we see the logs generated on running the tests inside the test cases provided inside the soot-info-flow package of FlowDroid.

StevenArzt commented 2 years ago

The logs are written to stderr by default, because that's the default behavior of slf4j. You can also provide your own configuration to redirect the output, e.g., by bridging slf4j to log4j as its backend.

DeepakUniAdel commented 2 years ago

it was due to inability of IntelliJ to load slf4j classes in its class path...once it was added as external dependency the issue was resolved...