mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
wip
This commit is contained in:
parent
d588135b3a
commit
d89a7d97d7
4 changed files with 225 additions and 65 deletions
|
@ -53,9 +53,9 @@ func main() {
|
|||
}
|
||||
|
||||
func run(ctx context.Context, configFile string) error {
|
||||
ctx = log.WithContext(ctx, func(c zerolog.Context) zerolog.Context {
|
||||
return c.Str("config_file_source", configFile).Bool("bootstrap", true)
|
||||
})
|
||||
// ctx = log.WithContext(ctx, func(c zerolog.Context) zerolog.Context {
|
||||
// return c.Str("config_file_source", configFile).Bool("bootstrap", true)
|
||||
// })
|
||||
|
||||
var src config.Source
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue