Re: Q: limit the length of log file entries?

Поиск
Список
Период
Сортировка
От Albrecht Dreß
Тема Re: Q: limit the length of log file entries?
Дата
Msg-id I5H5RU7M.SYOCL6PY.S4DP2ELT@ZY3HKGDP.42HQIDLA.7OJUA7CG
обсуждение исходный текст
Ответ на Re: Q: limit the length of log file entries?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Am 03.09.25 17:56 schrieb(en) Adrian Klaver:
> Did you reload the server after making the above changes?

Sure, running “systemctl reload …”.

> Did you take a look at output from:
>
> https://www.postgresql.org/docs/current/view-pg-settings.html
>
> for appropriate settings name to see if something is overriding the
> settings you changed?

Yes:

<snip>
postgres=# select name, setting, unit from pg_settings where name like 'log_parameter_%' or name =
'log_error_verbosity';
               name                | setting | unit
-----------------------------------+---------+------
 log_error_verbosity               | terse   |
 log_parameter_max_length          | 256     | B
 log_parameter_max_length_on_error | 256     | B
(3 Zeilen)
</snip>

Thanks,
Albrecht.
Вложения

В списке pgsql-general по дате отправления: