symfony/symfony v2.2.0
独白/独白 v1.4.1
昨天运行后composer.phar update
,更新了独白;今天运行相同的命令会导致以下错误消息:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Generating autoload files
[ErrorException]
Warning: constant(): Couldn't find constant Monolog\Logger::DEBUG in [path]\vendor\symfony\monolog-bundle\Symfony\Bundle\MonologBundle\DependencyInjection\MonologExtension.php line 109
config_dev.yml 的(我认为)相关部分
monolog:
handlers:
main:
type: stream
path: %kernel.logs_dir%/%kernel.environment%.log
level: debug
firephp:
type: firephp
level: info
是否发生了需要额外配置的更改,或者发生了其他事情?