1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

logger: fix file size example in /help logger.file.rotation_size_max

This commit is contained in:
Sébastien Helleu
2026-04-05 21:50:41 +02:00
parent 3d7f988973
commit 8da86431da
15 changed files with 86 additions and 53 deletions
+1 -1
View File
@@ -703,7 +703,7 @@ logger_config_init (void)
".1; an integer number with a suffix is allowed: b = bytes "
"(default if no unit given), k = kilobytes, m = megabytes, "
"g = gigabytes, t = terabytes; example: \"2g\" causes a rotation "
"if the file size is > 2,000,000,000 bytes; if set to \"0\", "
"if the file size is greater than 2 GB; if set to \"0\", "
"no rotation is performed (unlimited log size); WARNING: before "
"changing this option, you should first set the compression type "
"via option logger.file.rotation_compression_type"),