-
Hello all, Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, the main configuration for logging in MOSAIC is in <logger name="org.eclipse.mosaic.fed.ns3" additivity="false" level="ERROR">
<appender-ref ref="CommunicationLog"/>
</logger> To configure the logging of the ns-3 federate, than you need to configure the logging in the top section of the |
Beta Was this translation helpful? Give feedback.
Hi, the main configuration for logging in MOSAIC is in
etc/logback.xml
. To disable the log for Ns3Ambassador completely, you can change the log level for the logger named"org.eclipse.mosaic.fed.ns"
toWARN
orERROR
:To configure the logging of the ns-3 federate, than you need to configure the logging in the top section of the
ns3_federate_config.xml
of the scenario. Here we already pre-configured the logging level for each component of ns-3, to make it simpler for the user. Make sure to use the latest version of MOSAIC , as we just improved the logging a few da…