1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/cmd
Amir Zarrinkafsh a29eeb52b6
[FEATURE] Add JSON log formatting option ()
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
..
authelia [FEATURE] Add JSON log formatting option () 2020-11-25 10:46:41 +11:00
authelia-scripts [MISC] Consistently utilise correct logging interface () 2020-11-25 09:54:36 +11:00
authelia-suites [CI] Add PathPrefix integration test suite () 2020-05-27 13:55:44 +02:00