|
|
@@ -48,8 +48,6 @@ class LogstashFormatter extends NormalizerFormatter
|
|
|
* @param string|null $systemName The system/machine name, used as the "source" field of logstash, defaults to the hostname of the machine
|
|
|
* @param string $extraKey The key for extra keys inside logstash "fields", defaults to extra
|
|
|
* @param string $contextKey The key for context keys inside logstash "fields", defaults to context
|
|
|
- *
|
|
|
- * @throws \RuntimeException If the function json_encode does not exist
|
|
|
*/
|
|
|
public function __construct(string $applicationName, ?string $systemName = null, string $extraKey = 'extra', string $contextKey = 'context')
|
|
|
{
|