cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
defaults.py
Go to the documentation of this file.
1 ##
2 # @package src.wi.defaults
3 # @date May 8, 2014
4 #
5 # @author Zosia Sobocinska
6 #
7 
8 import logging
9 
10 
11 LOG_LEVEL = logging.DEBUG
12 LOG_DIR = '/var/log/cc1/wi/'
13