Program settings: settings.toml
User settings for MUSE 2.0. Note that these settings do not include model parameters, which
are found in model.toml
instead.
All settings are optional. If the settings.toml
file does not exist, the default settings will
be used.
The settings.toml
file must be in the current working directory.
Top-level table
Field | Description | Notes |
---|---|---|
log_level | The program's log level | Optional. Defaults to info .Must be one of error , warn , info , debug , trace or off (case insensitive) |
debug_model | Whether to include extra debugging information in the model output | Optional. Defaults to false .This includes raw values such as commodity balance duals, which may be useful for debugging the model or understanding results in more detail. |