Nginx failed to detect missing semicolon in directive log_format

Hi:

When semicolon is omitted at the end of log_format directive, nginx -t
won’t
detect this. Then, nginx will concatenate the last field with whatever
it
reads unitl a semicolon is encountered.

Although I understand this issue is caused by multi-lined directive such
as
log_format, I would like to mention it here.