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
Post a Comment