Skip to content

Commit

Permalink
set log level debug
Browse files Browse the repository at this point in the history
  • Loading branch information
im-pingo committed Oct 12, 2019
1 parent afc6b10 commit 217bbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpegts/ngx_hls_live_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ ngx_hls_live_write_playlist(ngx_rtmp_session_t *s, ngx_buf_t *out,
m3u8.data = out->pos;
m3u8.len = out->last - out->pos;

ngx_log_error(NGX_LOG_INFO, s->log, 0, "hls-live: playlist| %V, %D",
ngx_log_error(NGX_LOG_DEBUG, s->log, 0, "hls-live: playlist| %V, %D",
&m3u8, ctx->last_time);

return NGX_OK;
Expand Down

0 comments on commit 217bbd2

Please sign in to comment.