php - Clearing logs in Symfony -


is possible clear logs in symfony? mean, there command clear logs using windows? believe there command clear logs since there command in windows clear cache:

php app\console cache:clear

thanks in advance.

in symfony2 standard edition, not found command or function clear logs. but, can create custom command clear logs , functions. command cache:clear clear caches (app/cache/{environment} or var/cache/{environment})


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -