mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[docs] Fix log-timestamp-format (#2572)
Supersedes: #2556 Closes: #2455
This commit is contained in:
@@ -35,7 +35,7 @@ log-client-ip: true
|
|||||||
# The format must be compatible with Go's time.Layout, as
|
# The format must be compatible with Go's time.Layout, as
|
||||||
# documented on https://pkg.go.dev/time#pkg-constants.
|
# 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"
|
# Default: "02/01/2006 15:04:05.000"
|
||||||
log-timestamp-format: "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
|
# The format must be compatible with Go's time.Layout, as
|
||||||
# documented on https://pkg.go.dev/time#pkg-constants.
|
# 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"
|
# Default: "02/01/2006 15:04:05.000"
|
||||||
log-timestamp-format: "02/01/2006 15:04:05.000"
|
log-timestamp-format: "02/01/2006 15:04:05.000"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user