Home  >  Article  >  Backend Development  >  symfony日志配置有关问题

symfony日志配置有关问题

WBOY
WBOYOriginal
2016-06-13 12:36:261103browse

symfony日志配置问题
我在config/目录下添加了配置文件loggin.yml,如下:

all:<br />
  enabled: on<br />
  level:   debug<br />
  rotate:  off<br />
  period:  7<br />
  history: 10<br />
  purge:   on<br />

但是在cache文件夹中并没有对应的Php文件生成。怎么解释?
或者帮忙叙述一下symfony日志的使用。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn