a29eeb52b6
This change adds the ability to format Authelia's log output as JSON. Example below: ``` {"level":"info","msg":"Logging severity set to info","time":"2020-01-01T00:00:00+11:00"} {"level":"info","msg":"Authelia is listening for non-TLS connections on 0.0.0.0:9091","time":"2020-01-01T00:00:00+11:00"} ``` |
||
---|---|---|
.. | ||
access_control.go | ||
authentication.go | ||
configuration.go | ||
const.go | ||
duo.go | ||
notifier.go | ||
regulation.go | ||
server.go | ||
session.go | ||
storage.go | ||
totp.go | ||
validator.go | ||
validator_test.go |