mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-09 06:04:12 +00:00
implement structured logging
This commit is contained in:
committed by
Benj Fassbind
parent
0c749922c9
commit
8e62195eb5
@@ -145,6 +145,8 @@ class BaseTest(object):
|
||||
"ppaDistributorID": "ubuntu",
|
||||
"ppaCodename": "",
|
||||
"enableMetricsEndpoint": True,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default"
|
||||
}
|
||||
configOverride = {}
|
||||
environmentOverride = {}
|
||||
|
||||
@@ -25,5 +25,7 @@
|
||||
"SwiftPublishEndpoints": {},
|
||||
"AzurePublishEndpoints": {},
|
||||
"AsyncAPI": false,
|
||||
"enableMetricsEndpoint": true
|
||||
"enableMetricsEndpoint": true,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default"
|
||||
}
|
||||
|
||||
@@ -25,5 +25,7 @@
|
||||
"SwiftPublishEndpoints": {},
|
||||
"AzurePublishEndpoints": {},
|
||||
"AsyncAPI": false,
|
||||
"enableMetricsEndpoint": false
|
||||
"enableMetricsEndpoint": false,
|
||||
"logLevel": "debug",
|
||||
"logFormat": "default"
|
||||
}
|
||||
Reference in New Issue
Block a user