Skip to content

Commit ae87d3d

Browse files
sirainencmouse
authored andcommittedFeb 12, 2025
data/lua: Add event.set_always_log_source()
This was forgotten earlier.
1 parent 838a263 commit ae87d3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎data/lua.js

+6
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,12 @@ If header is not found from the response, an empty string is returned.`
399399
text: `Append prefix for log messages.`
400400
},
401401

402+
{
403+
name: 'set_always_log_source',
404+
tags: [ 'event', 'event_passthrough' ],
405+
text: `Add source path:line to the log messages.`
406+
},
407+
402408
{
403409
name: 'set_name',
404410
args: {

0 commit comments

Comments
 (0)