#848 closed Enhancement (fixed)
When filtering on one project, also filter debug flags for that project
Reported by: | Ageless | Owned by: | davea |
---|---|---|---|
Priority: | Trivial | Milestone: | 6.6 |
Component: | Client - Logging | Version: | 6.6.10 |
Keywords: | Cc: |
Description (last modified by )
When I am now filtering the Messages in BOINC Manager on one project, I only get the high level messages. The low level messages that I get with debug flags for that project go 'lost'.
I'd like to request that these stay visible even when filtering on the one project.
Example without filter:
22-Feb-09 14:01:14 SETI@home Started upload of 16ja09ab.5499.8252.9.8.247_1_0 22-Feb-09 14:01:14 [file_xfer_debug]URL: http://setiboincdata.ssl.berkeley.edu/sah_cgi/file_upload_handler 22-Feb-09 14:01:35 Project communication failed: attempting access to reference site 22-Feb-09 14:01:35 [file_xfer_debug]FILE_XFER_SET::poll(): http op done; retval -107 22-Feb-09 14:01:35 [file_xfer_debug]file transfer status -107 22-Feb-09 14:01:35 SETI@home Temporarily failed upload of 16ja09ab.5499.8252.9.8.247_1_0: connect() failed 22-Feb-09 14:01:35 SETI@home Backing off 3 hr 7 min 42 sec on upload of 16ja09ab.5499.8252.9.8.247_1_0 22-Feb-09 14:01:36 Internet access OK - project servers may be temporarily down.
Example of that same bit with filter:
22-Feb-09 14:01:35 SETI@home Temporarily failed upload of 16ja09ab.5499.8252.9.8.247_1_0: connect() failed 22-Feb-09 14:01:35 SETI@home Backing off 3 hr 7 min 42 sec on upload of 16ja09ab.5499.8252.9.8.247_1_0
Attachments (1)
Change History (10)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Thanks David. The only other one I see sometimes missing a project association is the sched_op_debug flag, on the handle_sched_reply().
comment:5 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I found some more, attaching patch against trunk.
Changed 16 years ago by
Attachment: | log-associate-project.diff added |
---|
comment:6 Changed 16 years ago by
I changed some result->project to wup->project and some 0s to NULLs just for consistency.
comment:7 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
The issue is that some messages (of the file_xfer_debug sort) aren't being associated with a project, when they could be. I fixed this; there may be other cases.