mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-18 13:57:32 +00:00
7 lines
67 B
Go
7 lines
67 B
Go
|
package log
|
||
|
|
||
|
type LogConfig struct {
|
||
|
Enabled bool
|
||
|
Compact bool
|
||
|
}
|