mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 07:17:17 +00:00
* implement log storage at backend * handle process id during removal. During one process we can write logs from different packages in different times (e.g. check and update later) and we would like to store all logs belong to the same process * set package context in main functions * implement logs support in interface * filter out logs posting http logs * add timestamp to log records * hide getting logs under reporter permission List of breaking changes: * `ahriman.core.lazy_logging.LazyLogging` has been renamed to `ahriman.core.log.LazyLogging` * `ahriman.core.configuration.Configuration.from_path` does not have `quiet` attribute now * `ahriman.core.configuration.Configuration` class does not have `load_logging` method now * `ahriman.core.status.client.Client.load` requires `report` argument now
54 lines
1.4 KiB
ReStructuredText
54 lines
1.4 KiB
ReStructuredText
ahriman.core.database.migrations package
|
|
========================================
|
|
|
|
Submodules
|
|
----------
|
|
|
|
ahriman.core.database.migrations.m000\_initial module
|
|
-----------------------------------------------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations.m000_initial
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.database.migrations.m001\_package\_source module
|
|
-------------------------------------------------------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations.m001_package_source
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.database.migrations.m002\_user\_access module
|
|
----------------------------------------------------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations.m002_user_access
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.database.migrations.m003\_patch\_variables module
|
|
--------------------------------------------------------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations.m003_patch_variables
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
ahriman.core.database.migrations.m004\_logs module
|
|
--------------------------------------------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations.m004_logs
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: ahriman.core.database.migrations
|
|
:members:
|
|
:no-undoc-members:
|
|
:show-inheritance:
|