mirror of
https://github.com/creyD/apilog.git
synced 2026-04-14 20:30:31 +02:00
feat: added environment for log entries
This commit is contained in:
@@ -6,6 +6,7 @@ from pydantic.json_schema import SkipJsonSchema
|
||||
|
||||
class LogIN(BaseSchemaModelIN):
|
||||
application: UUID
|
||||
environment: str = "prod"
|
||||
l_type: LogType = LogType.INFO
|
||||
t_type: TransactionType = TransactionType.UNDEFINED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user