Remove server logging globals
[openafs.git] / doc / man-pages / pod5 / FileLog.pod
1 =head1 NAME
2
3 FileLog - Traces File Server operations
4
5 =head1 DESCRIPTION
6
7 The F<FileLog> file records a trace of File Server (B<fileserver> process)
8 operations on the local machine and describes any error conditions it
9 encounters.
10
11 If the F<FileLog> file does not already exist in the
12 F</usr/afs/logs> directory when the File Server starts, the server
13 process creates it and writes initial start-up messages to it. If there
14 is an existing file, the File Server renames it to
15 F<FileLog.old>, overwriting the existing
16 F<FileLog.old> file if it exists.
17
18 The file is in ASCII format. Administrators listed in the
19 F</usr/afs/etc/UserList> file can use the B<bos getlog> command to display
20 its contents. Alternatively, log onto the file server machine and use a
21 text editor or a file display command such as the UNIX B<cat> command. By
22 default, the mode bits on the F<FileLog> file grant the required C<r>
23 (read) permission to all users.
24
25 The File Server records operations only as it completes them, and cannot
26 recover from failures by reviewing the file. The log contents are useful
27 for administrative evaluation of process failures and other problems.
28
29 =head1 SEE ALSO
30
31 L<UserList(5)>,
32 L<bos_getlog(8)>,
33 L<fileserver(8)>
34
35 =head1 COPYRIGHT
36
37 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
38
39 This documentation is covered by the IBM Public License Version 1.0.  It was
40 converted from HTML to POD by software written by Chas Williams and Russ
41 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.