mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-15 02:37:08 +02:00
12 lines
176 B
Ruby
12 lines
176 B
Ruby
class Fluentd
|
|
module Setting
|
|
module Pattern
|
|
extend ActiveSupport::Concern
|
|
|
|
included do
|
|
config_argument(:pattern, :string)
|
|
end
|
|
end
|
|
end
|
|
end
|