Debug
This commit is contained in:
parent
45e26f7c12
commit
c57e36a445
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from packages.v1.administrativo.schemas.log_schema import LogClientIdSchema
|
||||||
from packages.v1.administrativo.actions.log.log_show_database_action import ShowDatabaseAction
|
from packages.v1.administrativo.actions.log.log_show_database_action import ShowDatabaseAction
|
||||||
|
|
||||||
# --- CONSTANTE DE FILTRO ---
|
# --- CONSTANTE DE FILTRO ---
|
||||||
FILTER_SUBSTRING = "CONVERSAO"
|
FILTER_SUBSTRING = ""
|
||||||
|
|
||||||
def is_ignored(name: str) -> bool:
|
def is_ignored(name: str) -> bool:
|
||||||
"""Verifica se o nome contém a substring de filtro (case-insensitive)."""
|
"""Verifica se o nome contém a substring de filtro (case-insensitive)."""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue