database:log:clear

Remove eventos da tabela DBLog, filtros disponíveis

Utilização:

drupal database:log:clear [arguments] [options]
dblc

Opções disponíveis

OpçãoDetalhes

--type

Filter events by a specific type

--severity

Filter events by a specific level of severity

--user-id

Filter events by a specific user id

Argumentos disponíveis

ArgumentoDetalhes

event-id

DBLog event ID

Exemplos

Clear the database log from DBLog table

drupal database:log:clear \
  <database>

Clear the database log from DBLog table using filters

drupal database:log:clear \
  <database> \
  --type=TYPE \
  --severity=SEVERITY