authelia/cmd/authelia
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
..
constants.go [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
coverage_test.go [MISC] Catch and warn on malformed configuration yaml (#1089) 2020-06-09 08:22:41 +10:00
main.go [FEATURE] Add JSON log formatting option (#1488) 2020-11-25 10:46:41 +11:00