mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-03 17:05:13 +00:00
7 lines
67 B
Go
7 lines
67 B
Go
![]() |
package log
|
||
|
|
||
|
type LogConfig struct {
|
||
|
Enabled bool
|
||
|
Compact bool
|
||
|
}
|