1c32e3fc5SPatrick Venture /**
2c32e3fc5SPatrick Venture  * Copyright 2019 Google Inc.
3c32e3fc5SPatrick Venture  *
4c32e3fc5SPatrick Venture  * Licensed under the Apache License, Version 2.0 (the "License");
5c32e3fc5SPatrick Venture  * you may not use this file except in compliance with the License.
6c32e3fc5SPatrick Venture  * You may obtain a copy of the License at
7c32e3fc5SPatrick Venture  *
8c32e3fc5SPatrick Venture  *     http://www.apache.org/licenses/LICENSE-2.0
9c32e3fc5SPatrick Venture  *
10c32e3fc5SPatrick Venture  * Unless required by applicable law or agreed to in writing, software
11c32e3fc5SPatrick Venture  * distributed under the License is distributed on an "AS IS" BASIS,
12c32e3fc5SPatrick Venture  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c32e3fc5SPatrick Venture  * See the License for the specific language governing permissions and
14c32e3fc5SPatrick Venture  * limitations under the License.
15c32e3fc5SPatrick Venture  */
16c32e3fc5SPatrick Venture 
17*de74542cSJosh Lehan #include "tuning.hpp"
18*de74542cSJosh Lehan 
19c32e3fc5SPatrick Venture #include <string>
20c32e3fc5SPatrick Venture 
21de79ee05SPatrick Venture bool tuningEnabled = false;
22de79ee05SPatrick Venture 
23de79ee05SPatrick Venture std::string loggingPath;
24de79ee05SPatrick Venture bool loggingEnabled = false;
25c51ba919SBonnie Lo 
26c51ba919SBonnie Lo bool debugEnabled = false;
27*de74542cSJosh Lehan 
28*de74542cSJosh Lehan bool coreLoggingEnabled = false;
29