lograge
lograge copied to clipboard
custom_options or custom_payload?
The documentation doesn't really make it clear which one I should be using? What are the differences? In fact, in one part of the documentation it says "custom_options below" but custom_payload is in the codeblock.
The PR that introduced custom_payload
gives a great overview: https://github.com/roidrage/lograge/pull/135
Essentially, this (
custom_payload
) combines thecustom_payload
option and theappend_info_to_payload
method override strategy into a single config option
The current README.md doesn't make a good job explaining which one you should use.