mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Refine log
This commit is contained in:
parent
f4c7b882c5
commit
e6c329293c
1 changed files with 2 additions and 1 deletions
|
@ -131,6 +131,7 @@
|
|||
// The signal for srs to fast quit, do essential dispose then exit.
|
||||
#define SRS_SIGNAL_FAST_QUIT SIGTERM
|
||||
// The signal for srs to gracefully quit, do carefully dispose then exit.
|
||||
// @see https://github.com/ossrs/srs/issues/1579
|
||||
// TODO: FIXME: Not implemented.
|
||||
#define SRS_SIGNAL_GRACEFULLY_QUIT SIGQUIT
|
||||
|
||||
|
@ -153,7 +154,7 @@
|
|||
// Downloading speed-up, play to edge, ingest from origin
|
||||
#define SRS_CONSTS_LOG_EDGE_PLAY "EIG"
|
||||
// Uploading speed-up, publish to edge, foward to origin
|
||||
#define SRS_CONSTS_LOG_EDGE_PUBLISH "EFW"
|
||||
#define SRS_CONSTS_LOG_EDGE_PUBLISH "EPB"
|
||||
// The edge/origin forwarder.
|
||||
#define SRS_CONSTS_LOG_FOWARDER "FWR"
|
||||
// Play stream on edge/origin.
|
||||
|
|
Loading…
Reference in a new issue