mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
[docs] Fix log-timestamp-format (#2572)
Supersedes: #2556 Closes: #2455
This commit is contained in:
parent
726b599a1e
commit
c946d02c1f
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ log-client-ip: true
|
|||
# The format must be compatible with Go's time.Layout, as
|
||||
# documented on https://pkg.go.dev/time#pkg-constants.
|
||||
#
|
||||
# Examples: [true, false]
|
||||
# Examples: ["2006-01-02T15:04:05.000Z07:00", ""]
|
||||
# Default: "02/01/2006 15:04:05.000"
|
||||
log-timestamp-format: "02/01/2006 15:04:05.000"
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ log-client-ip: true
|
|||
# The format must be compatible with Go's time.Layout, as
|
||||
# documented on https://pkg.go.dev/time#pkg-constants.
|
||||
#
|
||||
# Examples: [true, false]
|
||||
# Examples: ["2006-01-02T15:04:05.000Z07:00", ""]
|
||||
# Default: "02/01/2006 15:04:05.000"
|
||||
log-timestamp-format: "02/01/2006 15:04:05.000"
|
||||
|
||||
|
|
Loading…
Reference in a new issue