Skip to content

Commit 0f47a3d

Browse files
committed
Add Version output to Current Config line
1 parent 0ab7509 commit 0f47a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

upload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func (u *Upload) Provision(ctx caddy.Context) error {
8787
}
8888

8989
u.logger.Info("Current Config",
90+
zap.String("Version", Version),
9091
zap.String("dest_dir", u.DestDir),
9192
zap.Int64("max_filesize", u.MaxFilesize),
9293
zap.Int64("max_form_buffer", u.MaxFormBuffer),

0 commit comments

Comments
 (0)