You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the /more/ page is already somewhat relaxed, providing more in-context results compared to the original search results from which it is linked from, it might as well include some context to the lines found — perhaps a standard 3-lines before, 3-lines after, would nice.
For example, in the nginx source, I want to figure out what diagnostic messages are available with each log level, for error_log. However, /more/trunk/src/http/ngx_http_request.c?refs=ngx_log_error page only lists the actual levels, but doesn't list the text message of the warnings, making the grokking difficult.
The text was updated successfully, but these errors were encountered:
Since the
/more/
page is already somewhat relaxed, providing more in-context results compared to the original search results from which it is linked from, it might as well include some context to the lines found — perhaps a standard 3-lines before, 3-lines after, would nice.For example, in the nginx source, I want to figure out what diagnostic messages are available with each log level, for
error_log
. However,/more/trunk/src/http/ngx_http_request.c?refs=ngx_log_error
page only lists the actual levels, but doesn't list the text message of the warnings, making the grokking difficult.The text was updated successfully, but these errors were encountered: