test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.10.pre.2 vs test/plugin/constants.rb in fluent-plugin-google-cloud-0.6.10
- old
+ new
@@ -18,11 +18,10 @@
include Fluent::GoogleCloudOutput::ConfigConstants
include Fluent::GoogleCloudOutput::InternalConstants
# Generic attributes.
HOSTNAME = Socket.gethostname
- CUSTOM_LOGGING_API_URL = 'custom.logging.googleapis.com'.freeze
# TODO(qingling128) Separate constants into different submodules.
# Attributes used for the GCE metadata service.
PROJECT_ID = 'test-project-id'.freeze
ZONE = 'us-central1-b'.freeze
@@ -135,13 +134,9 @@
project_id: ''
}.freeze
# Configuration files for various test scenarios.
APPLICATION_DEFAULT_CONFIG = %(
- ).freeze
-
- CUSTOM_LOGGING_API_URL_CONFIG = %(
- logging_api_url #{CUSTOM_LOGGING_API_URL}
).freeze
DETECT_JSON_CONFIG = %(
detect_json true
).freeze