Closed
Bug 1021855
Opened 11 years ago
Closed 11 years ago
Improve Loop-Server logging for troubleshooting
Categories
(Hello (Loop) :: Server, defect)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tarek, Unassigned)
Details
(Whiteboard: [qa+])
Today we had to debug a server stack alive to understand why it was not working.
We had three configuration problems related to:
- CORS
- fakeTokbox
- https
We need to get better at troubleshooting this kind of issue by using :
- the information displayed at / and /__heartbeat__
- the errors found in the logs
Comment 1•11 years ago
|
||
I was just about to open a bug like this - thanks for saving me the effort!...
Whiteboard: [qa+]
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Summary: Improve logging for troubleshooting → Improve Loop-Server logging for troubleshooting
Comment 2•11 years ago
|
||
I guess this is related to bug 984325, we need to check log errors are effectively captured.
Comment 3•11 years ago
|
||
Tarek, what do you have in mind specifically about having better loggin here? (it seems that the errors I found in the sentry deployment for stage is enough?).
Flags: needinfo?(tarek)
Reporter | ||
Comment 4•11 years ago
|
||
Are those logs enough to detect the issues we had ? Would you have been able to troubleshoot them with no ssh access ?
Flags: needinfo?(tarek)
Comment 5•11 years ago
|
||
That was useful for the problems we had so far.
However, I need to double check if what I found in the stdout of the process (collected by circus) was also sent to sentry, and if not, fix it.
Comment 6•11 years ago
|
||
Logs there seem to be enough. Closing.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
I agree.
/var/log/circus.log
/var/log/loop_err.log
/var/log/loop_out.log
/var/log/hekad/loop.stdout.log
/var/log/hekad/loop.stderr.log
/var/log/nginx/access.log
/var/log/nginx/error.log
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•