Closed
Bug 48044
Opened 24 years ago
Closed 24 years ago
FTP logging should be easier
Categories
(Core :: Networking: FTP, defect, P3)
Core
Networking: FTP
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: dougt)
References
Details
(Keywords: relnote)
The logging of IMAP/POP/SMTP is very easy. Why could FTP logging also be made to
work like this:
SET NSPR_LOG_MODULES=FTP:5
instead of:
SET NSPR_LOG_MODULES=nsFTPProtocol:5,nsFTPDirListingConv:5
I have to search through old mail looking for the weird command. If it was just
FTP it was so much easier...
Updated•24 years ago
|
Target Milestone: --- → Future
Reporter | ||
Updated•24 years ago
|
Component: Networking → Networking: FTP
Assignee | ||
Comment 3•24 years ago
|
||
Fixing this would allow users to add more information into any FTP failures that
they may find which means less work for eng. I want to see this fixed soon.
Target Milestone: Future → ---
Assignee | ||
Comment 4•24 years ago
|
||
Making this bug as invalid. I guess I was thinking that I would like to have an
RFE for a FTP Console which is one my plate of things that I would like to do.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 5•24 years ago
|
||
:(((
Hmmm... would it be possible to make a small change so that:
SET NSPR_LOG_MODULES=FTP:5
is the same as:
SET NSPR_LOG_MODULES=nsFTPProtocol:5,nsFTPDirListingConv:5
Assignee | ||
Comment 6•24 years ago
|
||
Feel free to take a look at how we could do this, but I think that the logging
of the stream converter and the FTP protocol should be seperate.
+relnote: needs to be documented.
VERIFIED:
This area continues to change, so globbing them together probably is not the
best thing to do right now.
Status: RESOLVED → VERIFIED
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•