Editing Server logs
From FileZilla Wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 9: | Line 9: | ||
If you want logs when no user is logged on, don't want to leave the admin interface running or want to track large logs, you need to use file logging (see below). | If you want logs when no user is logged on, don't want to leave the admin interface running or want to track large logs, you need to use file logging (see below). | ||
=== What is logged | === What is logged === | ||
* Connection ID (in brackets): every new connection will get a unique ID, this aids in tracking one special connection only<br> | * Connection ID (in brackets): every new connection will get a unique ID, this aids in tracking one special connection only<br> | ||
* Time stamp | * Time stamp | ||
Line 16: | Line 16: | ||
* The separator ><br> | * The separator ><br> | ||
* Log text: Commands received, replies sent, status messages and more | * Log text: Commands received, replies sent, status messages and more | ||
Note that additional internal status messages don't follow this scheme. | Note that additional internal status messages don't follow this scheme. | ||
Line 31: | Line 22: | ||
The screen log occupies the upper part of the admin interface window, directly below the toolbar. There's no facility to turn it off or move it elsewhere. Closing the admin interface deletes the complete buffered log. | The screen log occupies the upper part of the admin interface window, directly below the toolbar. There's no facility to turn it off or move it elsewhere. Closing the admin interface deletes the complete buffered log. | ||
== Headline text == | |||
=== Color coding === | === Color coding === | ||
The screen log is color-coded: | The screen log is color-coded: | ||
Line 42: | Line 35: | ||
The second logging possibility is logging to file. Filelog is disabled after a fresh installation and must be enabled first. | The second logging possibility is logging to file. Filelog is disabled after a fresh installation and must be enabled first. | ||
=== What is logged | === What is logged === | ||
* Connection ID (in brackets): every new connection will get a unique ID, this aids in tracking one special connection only<br> | * Connection ID (in brackets): every new connection will get a unique ID, this aids in tracking one special connection only<br> | ||
* Time stamp | * Time stamp | ||
Line 51: | Line 44: | ||
Note that additional internal status messages don't follow this scheme. | Note that additional internal status messages don't follow this scheme. | ||
=== Setting up file log === | === Setting up file log === |