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

javascript - Complete OpenIDConnect auth when requesting via Ajax -

c# - Replace text in MailItem Body -

java - Get more than One value and display it -