You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_meta.sh_3c9b5940f7533c...

12 lines
1.1 KiB
Plaintext

✘ 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