Loglevel configuration for production
This commit is contained in:
@@ -11,4 +11,3 @@ secrets_options = {
|
||||
}
|
||||
CLIENT_SECRETS = Google::APIClient::ClientSecrets.new("web" => secrets_options)
|
||||
Google::Apis.logger = ::Rails.logger
|
||||
Google::Apis.logger.level = Logger::INFO if Rails.env.production?
|
||||
|
||||
Reference in New Issue
Block a user