1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

internal/config: adding --log-file-timestamp flag.

This commit is contained in:
Henrik Hautakoski 2024-02-22 22:35:44 +01:00
parent aa43fc003f
commit aaf490456c
3 changed files with 19 additions and 12 deletions

View file

@ -37,8 +37,9 @@ func NewBuilder() *Builder {
"telegram.channel": "telegram-channel",
// Log
"log.maxfilesize": "log-max-filesize",
"log.maxtime": "log-max-time",
"log.maxfilesize": "log-max-filesize",
"log.maxtime": "log-max-time",
"log.file_timestamp_format": "log-file-timestamp",
// Ship
"ship.url": "ship-url",