Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 471 Bytes

log-clear.md

File metadata and controls

31 lines (21 loc) · 471 Bytes
title level
log:clear
intermediate

log:clear

Nut's log:clear command clears (truncates) the system & change logs.

Usage

    php ./bin/console log:clear [options]

Options

Option Description
-f, --force If set, no confirmation will be required

Example

$ php ./bin/console log:clear
Are you sure you want to clear the system & change logs? yes
System & change logs cleared!