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

symfony日志配置有关问题

WBOY
Release: 2016-06-13 12:36:26
Original
1154 people have browsed it

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

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template