lnav/test/expected/test_meta.sh_3c9b5940f7533c5fc3d4956a6efce50a9e7132d4.err
2022-07-11 00:09:08 -07:00

12 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

✘ error: invalid value for “log_tags” column of table “access_log”
reason: “foo” is not a valid value for option “/#”
 |  reason: value does not match pattern: ^#[^\s]+$
 |   --> access_log.log_tags:1
 |   | ["foo"] 
 |   = help: Property Synopsis
 |  /# tag
 |  Description
 |  A tag for the log line
 --> command-option:1
 | ;UPDATE access_log SET log_tags = json_array('foo') WHERE log_line = 1