authelia/internal/configuration/schema
Amir Zarrinkafsh a29eeb52b6
[FEATURE] Add JSON log formatting option (#1488)
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"}
```
2020-11-25 10:46:41 +11:00
..
access_control.go [FEATURE] Support for subject combinations in ACLs (#1142) 2020-06-25 18:22:42 +10:00
authentication.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
configuration.go [FEATURE] Add JSON log formatting option (#1488) 2020-11-25 10:46:41 +11:00
const.go [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go [BUGFIX] Add ability to specify SMTP HELO/EHLO identifier (#1416) 2020-11-05 10:22:10 +11:00
regulation.go [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
server.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
session.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
storage.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
totp.go [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
validator.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00