database:log:clear

DbLogからイベントを削除する

Usage:

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

Available options

OptionDetails

--type

イベントを特定のタイプでフィルタする

--severity

イベントを特定の重要度のレベルでフィルタする

--user-id

イベントを特定のユーザーIDでフィルタする

Available arguments

ArgumentDetails

event-id

DBLogのイベント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