This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
zitadel
Watch
1
Star
0
Fork
0
You've already forked zitadel
mirror of
https://github.com/zitadel/zitadel.git
synced
2024-12-13 19:44:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
df608bcda1
zitadel
/
internal
/
notification
/
channels
/
log
/
config.go
7 lines
64 B
Go
Raw
Normal View
History
Unescape
Escape
feat: add stdout and filesystem notification channels (#2925) * feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-01-06 08:00:24 +00:00
package
log
refactor: rename config structs (#5459)
2023-03-16 17:24:30 +00:00
type
Config
struct
{
feat: add stdout and filesystem notification channels (#2925) * feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-01-06 08:00:24 +00:00
Enabled
bool
Compact
bool
}
Reference in New Issue
Copy Permalink