openresty / openresty/lua-nginx-module
How to custom error_log?
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
Hi,
This is current nginx's log:
2020/08/14 15:01:53 [notice] 25842#25842: *14080 [lua] xxx.lua:11: xx: message, client: xxx, server: xxx
However, I want to change it to that:
2020/08/14 15:01:53 [notice] message
Could you tell me how do it?
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the NGINX error_log documentation and the lua-nginx-module logging behavior. Determine whether the requested prefix removal is configurable, then document the supported configuration or the limitation, with an example if the project supports one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, nginx
- Domain
- backend, observability
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100