From 2b19856f40917b6a14f9f03aed7f2ae92ffdf99a Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Tue, 30 Oct 2012 14:09:30 +0100 Subject: [PATCH] Logstash: do not always log to stdout --- modules/services/logging/logstash.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/services/logging/logstash.nix b/modules/services/logging/logstash.nix index f4c226ac3498..641520ad98d9 100644 --- a/modules/services/logging/logstash.nix +++ b/modules/services/logging/logstash.nix @@ -136,9 +136,6 @@ in mkNameValuePairs = mergeConfigs; }; } ( mkIf cfg.enable { - # Always log to stdout - services.logstash.outputConfig = { stdout = {}; }; - jobs.logstash = with pkgs; { description = "Logstash daemon"; startOn = "started networking and filesystem";