Commit e6740c01 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Agrega config para log propio, para evitar warning

parent bc7bc684
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2,6 +2,12 @@
	log_level "#{ENV['LOG_LEVEL']}"
</system>

<label @FLUENT_LOG>
	<match fluent.*>
		@type stdout
	</match>
</label>

<source>
	@type forward
</source>