@@ -6,7 +6,11 @@ excerpt: >-
6
6
---
7
7
8
8
The v0.13.0 release of the Logfile Navigator has some major changes that
9
- I'll go over here.
9
+ I'll go over here. I've also recorded a video
10
+ covering some of the changes if you want to
11
+ see some of the features in action:
12
+
13
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/6peBzqjgI2M?si=QiQZzfKyjemdUPsm " title =" YouTube video player " frameborder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerpolicy =" strict-origin-when-cross-origin " allowfullscreen ></iframe >
10
14
11
15
## New Prompt
12
16
@@ -220,6 +224,29 @@ and highlighted in yellow.
220
224
221
225
![ Screenshot of DB row with control characters] ( /assets/images/lnav-db-control-characters.png )
222
226
227
+ ## Permalinks for Log Messages
228
+
229
+ Log messages now have permalinks that can be used
230
+ to reference them from other locations. The
231
+ permalink for a message is shown in the parser
232
+ details overlay (activated by pressing ` p ` ).
233
+ Selecting the "Permalink:" line in the overlay and
234
+ then pressing ` c ` will copy the link to your
235
+ clipboard. The link is also available in the
236
+ ` log_line_link ` column of the log tables. These
237
+ permalinks can be used with the ` :goto ` command
238
+ to move to the log message.
239
+
240
+ <figure >
241
+ <img src =" {{site.url}}/assets/images/lnav-msg-permalinks.png " />
242
+ <figcaption >
243
+ The permalink is shown in the parser details
244
+ overlay (opened by pressing <code>p</code>.
245
+ The link can by copied by focusing on the
246
+ line and pressing <code>c</code>.
247
+ </figcaption >
248
+ </figure >
249
+
223
250
## "Measure" Collation Function
224
251
225
252
A ` measure_with_units ` SQLite collation function has been
0 commit comments