mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-20 13:22:07 +03:00
trace moved into +per-server-event
This commit is contained in:
parent
69f7fc40c3
commit
e00e959100
@ -2,7 +2,6 @@
|
|||||||
:: lighter than eyre
|
:: lighter than eyre
|
||||||
::
|
::
|
||||||
|= our=ship
|
|= our=ship
|
||||||
=/ verb=@ 1
|
|
||||||
=, eyre
|
=, eyre
|
||||||
:: internal data structures
|
:: internal data structures
|
||||||
::
|
::
|
||||||
@ -113,6 +112,9 @@
|
|||||||
:: outgoing-duct: to unix
|
:: outgoing-duct: to unix
|
||||||
::
|
::
|
||||||
outgoing-duct=duct
|
outgoing-duct=duct
|
||||||
|
:: veb: verbosity
|
||||||
|
::
|
||||||
|
veb=_1 :: TODO @
|
||||||
==
|
==
|
||||||
:: channel-request: an action requested on a channel
|
:: channel-request: an action requested on a channel
|
||||||
::
|
::
|
||||||
@ -2098,6 +2100,11 @@
|
|||||||
(cury cat 3)
|
(cury cat 3)
|
||||||
?~ ext.request-line ''
|
?~ ext.request-line ''
|
||||||
(cat 3 '.' u.ext.request-line)
|
(cat 3 '.' u.ext.request-line)
|
||||||
|
::
|
||||||
|
++ trace
|
||||||
|
|= [pri=@ print=(trap tape)]
|
||||||
|
?: (lth veb.state pri) same
|
||||||
|
(slog leaf+"eyre: {(print)}" ~)
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
++ forwarded-params
|
++ forwarded-params
|
||||||
@ -2171,11 +2178,6 @@
|
|||||||
|= [channel-id=@t request-id=@ud =ship app=term]
|
|= [channel-id=@t request-id=@ud =ship app=term]
|
||||||
^- wire
|
^- wire
|
||||||
(weld (channel-wire channel-id request-id) /(scot %p ship)/[app])
|
(weld (channel-wire channel-id request-id) /(scot %p ship)/[app])
|
||||||
::
|
|
||||||
++ trace
|
|
||||||
|= [pri=@ print=(trap tape)]
|
|
||||||
?: (lth verb pri) same
|
|
||||||
(slog leaf+"eyre: {(print)}" ~)
|
|
||||||
--
|
--
|
||||||
:: end the =~
|
:: end the =~
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user