open-simulation-platform / cosim-cli

Command-line interface for libcosim
https://open-simulation-platform.github.io/cosim
Mozilla Public License 2.0
10 stars 4 forks source link

Support log_variable configuration #44

Closed kevinksyTRD closed 4 years ago

kevinksyTRD commented 4 years ago

As a user, I would like to configure the logging variables by a given file template so that not all the outputs are logged during the simulation run by cli.

kyllingstad commented 4 years ago

This is possible today, using the --output-config=<path_to_file> option. :)

The documentation for the file format is perhaps lacking, but it's not very complicated and you can see an example here: https://github.com/open-simulation-platform/cse-core/blob/master/test/data/LogConfig.xml