Add custom loggers #136
Merged
pahansith
merged 12 commits from prathabanKavin/device-mgt-core:loggers
into master
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'prathabanKavin/device-mgt-core:loggers'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Purpose
Description
Log structure
1. Device connectivity logs - logs for newly added operations and calls for pending operations
Pattern :
{DateTime} {LogLevel} - {ActionTag} {OperationCode} {DeviceId} {DeviceType} {TenantDomain} {TenantId} {UserName} - log_message
2. Policy payload change events - logs for creating policy, updating policy, deleting policy, change policy priorities and apply changes to device logs
Pattern :
{DateTime} {LogLevel} - {ActionTag} {PolicyName} {TenantDomain} {TenantId} {Payload} {UserName} - log_message
3. Device enrollment history events - logs for device enrollment and dis-enrollment
Pattern :
{DateTime} {LogLevel} - {DeviceId} {DeviceType} {Owner} {Ownership} {TenantId} {TenantDomain} {UserName} - log_message
4. App install events - logs for app installation and uninstallation
Pattern :
{DateTime} {LogLevel} - {AppId} {AppName} {AppType} {SubType} {Action} {Device} {TenantId} {TenantDomain} {UserName} - log_message
Related PRs
WIP: Add custom loggersto Add custom loggers 1 year agocf2bd5e935
into master 1 year agocf2bd5e935
.