5 lines
101 B
Ruby
5 lines
101 B
Ruby
if LogStasher.enabled
|
|
LogStasher.add_custom_fields do |fields|
|
|
fields[:type] = "tps"
|
|
end
|
|
end
|