diff --git a/docs/ahriman.core.database.migrations.rst b/docs/ahriman.core.database.migrations.rst index b2c80257..08054327 100644 --- a/docs/ahriman.core.database.migrations.rst +++ b/docs/ahriman.core.database.migrations.rst @@ -124,6 +124,14 @@ ahriman.core.database.migrations.m014\_auditlog module :no-undoc-members: :show-inheritance: +ahriman.core.database.migrations.m015\_logs\_process\_id module +--------------------------------------------------------------- + +.. automodule:: ahriman.core.database.migrations.m015_logs_process_id + :members: + :no-undoc-members: + :show-inheritance: + Module contents --------------- diff --git a/docs/ahriman.models.rst b/docs/ahriman.models.rst index 290fb3c9..99f34a95 100644 --- a/docs/ahriman.models.rst +++ b/docs/ahriman.models.rst @@ -100,6 +100,14 @@ ahriman.models.log\_handler module :no-undoc-members: :show-inheritance: +ahriman.models.log\_record module +--------------------------------- + +.. automodule:: ahriman.models.log_record + :members: + :no-undoc-members: + :show-inheritance: + ahriman.models.log\_record\_id module ------------------------------------- diff --git a/docs/ahriman.web.schemas.rst b/docs/ahriman.web.schemas.rst index 4332ea57..d5349eb3 100644 --- a/docs/ahriman.web.schemas.rst +++ b/docs/ahriman.web.schemas.rst @@ -116,6 +116,14 @@ ahriman.web.schemas.login\_schema module :no-undoc-members: :show-inheritance: +ahriman.web.schemas.logs\_rotate\_schema module +----------------------------------------------- + +.. automodule:: ahriman.web.schemas.logs_rotate_schema + :members: + :no-undoc-members: + :show-inheritance: + ahriman.web.schemas.logs\_schema module --------------------------------------- @@ -292,14 +300,6 @@ ahriman.web.schemas.update\_flags\_schema module :no-undoc-members: :show-inheritance: -ahriman.web.schemas.versioned\_log\_schema module -------------------------------------------------- - -.. automodule:: ahriman.web.schemas.versioned_log_schema - :members: - :no-undoc-members: - :show-inheritance: - ahriman.web.schemas.worker\_schema module ----------------------------------------- diff --git a/docs/ahriman.web.views.v1.service.rst b/docs/ahriman.web.views.v1.service.rst index 29f3c3a0..58c5db05 100644 --- a/docs/ahriman.web.views.v1.service.rst +++ b/docs/ahriman.web.views.v1.service.rst @@ -12,6 +12,14 @@ ahriman.web.views.v1.service.add module :no-undoc-members: :show-inheritance: +ahriman.web.views.v1.service.logs module +---------------------------------------- + +.. automodule:: ahriman.web.views.v1.service.logs + :members: + :no-undoc-members: + :show-inheritance: + ahriman.web.views.v1.service.pgp module ---------------------------------------