text changes

This commit is contained in:
proddy
2021-06-17 11:40:19 +02:00
parent 7e7bd29c9a
commit 270298eb8a
3 changed files with 6 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ const ES_ENDPOINT_ROOT = '/es/'
const LOG_SETTINGS_ENDPOINT = REST_ENDPOINT_ROOT + 'logSettings'
const log_settings = {
level: 6,
max_messages: 25,
max_messages: 30,
}
const FETCH_LOG_ENDPOINT = REST_ENDPOINT_ROOT + 'fetchLog'