summaryrefslogtreecommitdiffstats
path: root/services/common/services-common.js
blob: bc37d4028f41046e78a918965d04b0c6bf13fef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// This file contains default preference values for components in
// services-common.

pref("services.common.log.logger.rest.request", "Debug");
pref("services.common.log.logger.rest.response", "Debug");

pref("services.common.log.logger.tokenserverclient", "Debug");