Hi ONOS Developers,
I'm Developing apps on ONOS using Bazel and I want to know whether if my variables are getting the right values, so I want to use the log.debug() method to print them out in a CLI interface.
I've tested using "bazel run onos-local -- clean debug" but did not see my log messages come out.
I want to ask how do you guys do it. Is there a special command where you guys type when starting the onos service in debug mode? like "bazel run onos-local -- clean debug" ? And after the onos service is running, where do you guys see the log output? Is it from the same terminal where we typed in the run onos command? or from the onos cli?
Thanks in advance!