Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (30 loc) · 713 Bytes

database-log-clear.md

File metadata and controls

34 lines (30 loc) · 713 Bytes

database:log:clear

Eliminați evenimentele din tabelul DBLog, sunt disponibile filtre

Usage:

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

Available options

Option Details
--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

Available arguments

Argument Details
event-id DBLog event ID

Examples

  • 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