* Entity events insight logs * Insight logging * Fix event for updating templates * Format fixes * Remove organization_log_type.py * Simplify signature of chatops_insight_log * insight logs formatting * Add possibility to enable all insight logging via DynamicSetting * Fixes * Style fixes * Add migration * Fix migration
3 lines
271 B
Python
3 lines
271 B
Python
from .chatops_insight_logs import ChatOpsEvent, ChatOpsType, write_chatops_insight_log # noqa
|
|
from .maintenance_insight_log import MaintenanceEvent, write_maintenance_insight_log # noqa
|
|
from .resource_insight_logs import EntityEvent, write_resource_insight_log # noqa
|