]> git.ipfire.org Git - thirdparty/squid.git/blob - doc/debug-messages.dox
Extend cache_log_message to Bug 5187 and job invalidation BUGs (#1639)
[thirdparty/squid.git] / doc / debug-messages.dox
1 /*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9 /**
10 \page ControlledCacheLogMessages Message IDs and gists for cache_log_message
11 \verbatim
12 ID Message gist
13 == ============
14 2 Preparing for shutdown after ... requests
15 3 Waiting ... seconds for active connections to finish
16 4 Set Current Directory to ...
17 5 Service Name: ...
18 6 Process ID ...
19 7 Process Roles: ...
20 8 With ... file descriptors available
21 9 Shutting down...
22 10 Squid Cache (Version ...): Exiting normally.
23 11 Adaptation support is ...
24 12 Shutdown: Basic authentication.
25 13 Accepting ... connections at ...
26 14 Closing HTTP(S) port ...
27 15 Adding nameserver ... from squid.conf
28 16 DNS IPv6 socket created at ..., FD ...
29 17 Open FD ... ...
30 18 Loading cache_dir # ... from ...
31 19 helperOpenServers: Starting .../ ... ' ...' processes
32 20 helperOpenServers: No ' ...' processes needed.
33 21 HTCP Disabled.
34 22 Removing ...
35 23 Created ...
36 24 Initializing IP Cache...
37 25 Squid plugin modules loaded: ...
38 26 Logfile: opening log ...
39 27 Logfile: closing log ...
40 28 Finished loading MIME types and icons.
41 29 Configuring ... ...
42 30 storeLateRelease: released ... objects
43 31 Swap maxSize ... KB, estimated ... objects
44 32 Target number of buckets: ...
45 33 Using ... Store buckets
46 34 Max Mem size: ...
47 35 Max Swap size: ... KB
48 36 Using Least Load store dir selection
49 37 Not currently OK to rewrite swap log.
50 38 storeDirWriteCleanLogs: Operation aborted.
51 39 storeDirWriteCleanLogs: Starting...
52 40 Finished. Wrote ... entries.
53 41 Took ... seconds (... entries/sec).
54 42 Store logging disabled
55 43 Completed Validation Procedure ...Validated ... Entries ...store_swap_size = ... KB
56 46 Finished rebuilding storage from disk. ... Entries scanned ... Invalid entries ... With invalid flags ... Objects loaded ... Objects expired ... Objects canceled ... Duplicate URLs purged ... Swapfile clashes avoided ...Took ... seconds ( ... objects/sec).
57 56 Beginning Validation Procedure
58 57 Indexing cache entries: ...
59 58 ERROR: ALE missing ...
60 59 Shutdown: Digest authentication.
61 60 Shutdown: Negotiate authentication.
62 62 ERROR: ... while accepting a TLS connection on ...: ...
63 63 Resuming indexing cache_dir # ... from ...
64 64 DNS IPv4 socket created at ..., FD ...
65 65 WARNING: Indexer ignores a cache_dir entry: ...
66 66 WARNING: BCP 177 violation. Detected non-functional IPv6 loopback.
67 67 WARNING: BCP 177 violation. IPv6 transport forced OFF by build parameters.
68 68 Processing Configuration File: ... (depth ...)
69 69 WARNING: Unsupported or unexpected from-helper annotation with a name reserved for Squid use: ...advice: If this is a custom annotation, rename it to add a trailing underscore: ...
70 70 ERROR: Squid BUG: Job invalidated during ... that threw exception: ...
71 71 ERROR: Squid BUG: Job invalidated during ...
72 72 WARNING: Squid bug 5187 workaround triggered
73 \endverbatim
74 */