litespeedtech / litespeedtech/openlitespeed
Wrong format of server startup log
- Dominant language
- C++
- Stars
- 1.5k
- Forks
- 233
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 5
Description
In ./log/error.log:
```
2021-11-19 13:33:02.605372 [NOTICE] [3089393] LiteSpeed/1.7.14 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
starts successfully!
```
This should be on one line.
For example:
```
2021-11-19 13:33:02.605372 [NOTICE] [3089393] LiteSpeed/1.7.14 Open module versions: modgzip 1.1 cache 1.62 modinspector 1.1 uploadprogress 1.1 mod_security 1.4 starts successfully!
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the server startup message in ./log/error.log and locate the formatting path that produces the shown multiline output. Confirm the startup entry is emitted as one line, matching the example, and verify the resulting log output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100