VictoriaMetrics/lib/logger
Roman Khavronenko e6dac18db3
lib/logger: increase default value of -loggerMaxArgLen cmd-line fla… ()
…g from 1e3 to 5e3

This should improve visibility on errors produced by very long queries.

The change is classified as BUG in order to port it to LTS releases.

### Describe Your Changes

Please provide a brief description of the changes you made. Be as
specific as possible to help others understand the purpose and impact of
your modifications.

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: Mathias Palmersheim <mathias@victoriametrics.com>
(cherry picked from commit e115b85770)
2024-09-19 15:48:09 +02:00
..
flag.go lib/logger: prettify logging the defined command-line flags 2022-08-07 22:58:41 +03:00
json_fields.go lib/logger: follow-up for 72f8fce107 2022-12-16 17:42:31 -08:00
logger_test.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
logger.go lib/logger: increase default value of -loggerMaxArgLen cmd-line fla… () 2024-09-19 15:48:09 +02:00
throttler.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
tzdata.go all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20 2023-11-13 19:15:42 +01:00