20943: role groups should now handle being trashed
[arvados.git] / services / api / app / controllers / arvados / v1 / schema_controller.rb
index ca803fd3863c200affa9c4ad6674648730959545..dd7a7a759eae6e60ae848824f32b051d15bb0348 100644 (file)
@@ -57,13 +57,6 @@ class Arvados::V1::SchemaController < ApplicationController
       maxRequestSize: Rails.configuration.API.MaxRequestSize,
       maxItemsPerResponse: Rails.configuration.API.MaxItemsPerResponse,
       dockerImageFormats: Rails.configuration.Containers.SupportedDockerImageFormats.keys,
-      crunchLogBytesPerEvent: Rails.configuration.Containers.Logging.LogBytesPerEvent,
-      crunchLogSecondsBetweenEvents: Rails.configuration.Containers.Logging.LogSecondsBetweenEvents,
-      crunchLogThrottlePeriod: Rails.configuration.Containers.Logging.LogThrottlePeriod,
-      crunchLogThrottleBytes: Rails.configuration.Containers.Logging.LogThrottleBytes,
-      crunchLogThrottleLines: Rails.configuration.Containers.Logging.LogThrottleLines,
-      crunchLimitLogBytesPerJob: Rails.configuration.Containers.Logging.LimitLogBytesPerJob,
-      crunchLogPartialLineThrottlePeriod: Rails.configuration.Containers.Logging.LogPartialLineThrottlePeriod,
       crunchLogUpdatePeriod: Rails.configuration.Containers.Logging.LogUpdatePeriod,
       crunchLogUpdateSize: Rails.configuration.Containers.Logging.LogUpdateSize,
       remoteHosts: remoteHosts,