authelia/internal/logging
Amir Zarrinkafsh 05df642f3e
feat: add option to keep stdout logging with log_file_path (#2037)
Currently if a `log_file_path` is defined Authelia will redirect all logging from standard output to said defined location. This change allows users to keep standard output logging along with a defined `log_file_path`.
2021-05-31 14:02:54 +10:00
..
const.go [BUGFIX] Disable colored logging outputs when file is specified (#1603) 2021-01-15 22:16:41 +11:00
logger.go feat: add option to keep stdout logging with log_file_path (#2037) 2021-05-31 14:02:54 +10:00
logger_test.go feat: add option to keep stdout logging with log_file_path (#2037) 2021-05-31 14:02:54 +10:00