LOG

Para habilitar o log, edite o arquivo

apps/admin/config/logging.yml

ex:

#all:
#  enabled: on
#  level:   debug
#  rotate:  off
#  period:  7
#  history: 10
#  purge:   on

Existem alguns níveis de log no symfony, abaixo a relação dos níveis.

define('SF_LOG_EMERG',   0); // System is unusable
define('SF_LOG_ALERT',   1); // Immediate action required
define('SF_LOG_CRIT',    2); // Critical conditions
define('SF_LOG_ERR',     3); // Error conditions
define('SF_LOG_WARNING', 4); // Warning conditions
define('SF_LOG_NOTICE',  5); // Normal but significant
define('SF_LOG_INFO',    6); // Informational
define('SF_LOG_DEBUG',   7); // Debug-level messages