blob: ca18823024b3bdfdb2ab2eed9fb622e0bf1710d1 [file] [log] [blame]
Patrick Venturec32e3fc2019-02-28 10:01:11 -08001/**
2 * Copyright 2019 Google Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Josh Lehande745422020-11-07 02:14:09 -080017#include "tuning.hpp"
18
Patrick Venturec32e3fc2019-02-28 10:01:11 -080019#include <string>
20
Patrick Venturede79ee02019-05-08 14:50:00 -070021bool tuningEnabled = false;
22
23std::string loggingPath;
24bool loggingEnabled = false;
Bonnie Loc51ba912022-10-12 14:07:22 +080025
26bool debugEnabled = false;
Josh Lehande745422020-11-07 02:14:09 -080027
28bool coreLoggingEnabled = false;