andytill / erlyberly

erlang tracing for the masses
https://twitter.com/erlyberlytips
GNU General Public License v3.0
693 stars 43 forks source link

Use the TOML configuration format #106

Closed andytill closed 8 years ago

andytill commented 8 years ago

See https://github.com/toml-lang/toml.

This format is similar to java properties but allow more complex structures which will allow more complex, and hierarchical configuration we will need for storing lists of nodes and cookies, and exporting lists of methods for tracing.

Warning this change is not backwards compatible. It will require users to quote string values, so this is not ok in TOML.

prop = value

A string property must be defined like this.

prop = "value"