Global configuration log at start

This commit is contained in:
Ludovic Fernandez 2018-10-01 19:18:03 +02:00 committed by Traefiker Bot
parent f74526a36e
commit 742029d8a4
3 changed files with 46 additions and 6 deletions

View file

@ -23,7 +23,7 @@ type Handler struct {
Statistics *types.Statistics `description:"Enable more detailed statistics" export:"true"`
Stats *thoas_stats.Stats `json:"-"`
StatsRecorder *middlewares.StatsRecorder `json:"-"`
DashboardAssets *assetfs.AssetFS
DashboardAssets *assetfs.AssetFS `json:"-"`
}
var (