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