Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change var/logs/FSServer.log to var/log/FileServer.log (rebased onto dev_4_4) #552

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions omero/sysadmins/dropbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ a given DropBox.
Log files
---------

The log files :file:`var/logs/FSServer.log` and :file:`var/logs/DropBox.log`
will indicate success or otherwise of start-up of the two components.
Once running, :file:`var/logs/FSServer.log` will log file events seen within
designated file areas and :file:`var/logs/DropBox.log` will log the progress
The log files :file:`var/log/FileServer.log`, :file:`var/log/MonitorServer.log`
and :file:`var/log/DropBox.log` will indicate success or otherwise of start-up
of the two components.
Once running, :file:`var/log/MonitorServer.log` will log file events seen within
designated file areas and :file:`var/log/DropBox.log` will log the progress
of any file imports.

Advanced use
Expand Down