This parameter specifies the plugin-specific logging level. The default log level is info. Global log level can be specified by setting log_level in <system> section or with -v/-q command line arguments. The @log_level parameter overrides the logging level only for the specified plugin instance.
The main purposes of this parameter are:
to suppress too many logs for that plugin; and,
to show the debug logs to help in the debugging process.
The @label parameter is to route the input events to <label> sections, the set of the <filter> and <match> subsections under <label>.
NOTE: The values for the @label parameter MUST start with @ character.
Specifying @label is strongly recommended to route events to any plugin without modifying the tags. It helps make the complex configuration modular and simple.