Commit 2c93b70314655d6332a0f16eca42fcb0ccc64f75

Authored by Sergio Oliveira
1 parent a98d0aa7

Added colab logger for colab

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
cookbooks/colab/templates/02-logging.py.erb
... ... @@ -26,5 +26,9 @@ LOGGING = {
26 26 'handlers': ['file'],
27 27 'level': 'ERROR',
28 28 },
  29 + 'colab': {
  30 + 'handlers': ['file'],
  31 + 'level': 'ERROR',
  32 + },
29 33 },
30 34 }
... ...