-
Notifications
You must be signed in to change notification settings - Fork 14
/
logger.properties
43 lines (42 loc) · 1.95 KB
/
logger.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#logger
logger.title = Incoming Data Logs
logger.description = Log requests made to the write API to review and debug incoming data
logger.all = All Requests
logger.event = Events
logger.session = Sessions
logger.metric = Metrics
logger.consent = Consents
logger.type = Type
logger.timestamp = Request Time
logger.requests = Request Received
logger.version = App Version
logger.device = Device
logger.location = Location
logger.info = Information
logger.details = Details
logger.user-details = User Details
logger.remote-config = Remote Config
logger.performance-monitoring = Performance
logger.crashes = Crashes
logger.sdk = SDK info
logger.request-header = Headers
logger.request-payload = Data
logger.request-reponse = Response
logger.request-canceled = Request Canceled
logger.problems = Problems occurred
logger.collection-description = Only up to last {0} incoming data logs are stored
logger.capped-remind = Your collection is not capped yet! Please notice that it may slow down the system performance.
logger.state = Set incoming data logging state
logger.limit = Set incoming data logging limit per minute
logger.state-on = On
logger.state-off = Off
logger.state-automatic = Automatic
logger.state-off-warning = Incoming data logging is turned off. You can change it using <a href="/dashboard#/{0}/manage/configurations"> application configuration page</a>.
logger.platform = Platform
logger.device-id = Device Id
logger.location = Location
logger.request-query = Request query
logger.request-header = Request header
logger.version = Version
configs.help.logger-state = If incoming data logging state is set to "On", only the last 1000 requests will be saved. When the state is set to "Automatic", requests will continue to be logged until the limit per minute is reached.
configs.help.logger-limit = Incoming data logging will turn off automatically when the number of requests logged per minute limit is reached. This will apply only when request logger state is set to "Automatic".