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:
parent
aa43fc003f
commit
aaf490456c
3 changed files with 19 additions and 12 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue