change default loglevel to be INFO instead of DEBUG.
This commit is contained in:
@@ -11,7 +11,7 @@ if not me in sys.path:
|
|||||||
|
|
||||||
logfilename = os.path.join('/tmp/', 'puppetboard_passenger_wsgi.log')
|
logfilename = os.path.join('/tmp/', 'puppetboard_passenger_wsgi.log')
|
||||||
# configure the logging
|
# configure the logging
|
||||||
logging.basicConfig(filename=logfilename, level=logging.DEBUG)
|
logging.basicConfig(filename=logfilename, level=logging.INFO)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from puppetboard.app import app as application
|
from puppetboard.app import app as application
|
||||||
|
|||||||
Reference in New Issue
Block a user