From 2c93b70314655d6332a0f16eca42fcb0ccc64f75 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 1 Oct 2015 18:12:05 -0300 Subject: [PATCH] Added colab logger for colab --- cookbooks/colab/templates/02-logging.py.erb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/cookbooks/colab/templates/02-logging.py.erb b/cookbooks/colab/templates/02-logging.py.erb index 660101d..7275be3 100644 --- a/cookbooks/colab/templates/02-logging.py.erb +++ b/cookbooks/colab/templates/02-logging.py.erb @@ -26,5 +26,9 @@ LOGGING = { 'handlers': ['file'], 'level': 'ERROR', }, + 'colab': { + 'handlers': ['file'], + 'level': 'ERROR', + }, }, } -- libgit2 0.21.2