We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab7509 commit 0f47a3dCopy full SHA for 0f47a3d
upload.go
@@ -87,6 +87,7 @@ func (u *Upload) Provision(ctx caddy.Context) error {
87
}
88
89
u.logger.Info("Current Config",
90
+ zap.String("Version", Version),
91
zap.String("dest_dir", u.DestDir),
92
zap.Int64("max_filesize", u.MaxFilesize),
93
zap.Int64("max_form_buffer", u.MaxFormBuffer),
0 commit comments