Configuration guide
Configuration
Relevant classes:
Config.java
,
UserPrefs.java
Certain properties of the application can be controlled (e.g. user preferences
file location, logging level) through the configuration file (default:
config.json
). A default configuration file is generated the first time the
application is run. It is in JSON format and contains name-value pairs. As of
now, there are only two configuration options:
- Log level, defaulting to
INFO
- Path to preferences settings, defaulting to
preferences.json
The preferences.json
file saves user preferences, such as the last recorded
window size and position, as well as the path to the data file. You may inspect
these files directly for more information.