lnav/test/expected/test_meta.sh_3c9b5940f7533c5fc3d4956a6efce50a9e7132d4.err

12 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-07-08 21:17:34 +00:00
✘ 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
2022-07-11 07:09:08 +00:00
 | ;UPDATE access_log SET log_tags = json_array('foo') WHERE log_line = 1