Skip to content

Commit afc2480

Browse files
committed
Merge branch 'main' into troubleshooting_revised_bis
2 parents d9acdee + 431729d commit afc2480

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: docs/troubleshooting.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ for example:
417417
* Lack of sufficient disk space, for the CernVM-FS client cache, for the proxy server,
418418
or for the private Stratum 1 replica server;
419419
* Network latency issues, either within the local network (to the proxy server or Stratum 1 replica server),
420-
or to the outside world (public Stratum 1 replica servers) &endash; see also the [Connectivity](#connectivity)
420+
or to the outside world (public Stratum 1 replica servers) – see also the [Connectivity](#connectivity)
421421
section;
422422

423423

@@ -497,10 +497,17 @@ CernVM-FS will log more information to the specified debug log file after [reloa
497497
configuration](#reloading).
498498

499499
!!! warning "Debug logging is a bit like a firehose - use with care!"
500+
500501
Note that with debug logging enabled *every* operation performed by CernVM-FS will be logged,
501502
which quickly generates large files and introduces a signifiant amount of overhead,
502503
so it **should only be enabled temporarily** when trying to obtain more information on a particular problem.
503504

505+
!!! warning "Make sure that the debug log file is writable!"
506+
507+
Make sure that the `cvmfs` user has write permission to the path specified in `CVMFS_DEBUGLOG`.
508+
509+
If not, you will not only get no debug logging information, but it will also lead to *client failures*!
510+
504511
For more information on debug logging, [see the CernVM-FS documentation](
505512
https://cvmfs.readthedocs.io/en/stable/cpt-configure.html#debug-logs).
506513

0 commit comments

Comments
 (0)