run:export EGO_DEBUG=true
run:export EGO_LOG_EXTRA_KEYS=X-Ego-Uid
run:
	go run main.go --config=config.toml

