Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
 
<cfsilent>
 
<!--
 
L10N Resource File
 
Section: Logging
 
Locale: English (en)
 
Find the requested resource by id
 
-->
 
</cfsilent>
 
<cfswitch expression="#ATTRIBUTES.id#">
 
<cfcase value="statmess">Server has been updated successfully</cfcase>
<cfcase value="click_normal">Click the button on the right to update</cfcase>
<cfcase value="alert">ALERT!</cfcase>
<cfcase value="important_notice">Important notice about last submission</cfcase>
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
<cfcase value="submit_changes">Submit Changes</cfcase>
<cfcase value="delete">Delete</cfcase>
 
<cfcase value="cancel">Cancel</cfcase>
 
<cfcase value="are_you_sure_delete">Are you sure you want to delete</cfcase>
 
<cfcase value="invalidLogFile">Invalid log file or log file does not exist.</cfcase>
 
<cfcase value="log_bad_filename">
Invalid log file specified.
</cfcase>
 
<cfcase value="log_not_deleted"><cfoutput>
Unable to delete log file. <br />
#CALLER.encodeForHTMLSmart(CALLER.CFCATCH.Message)#<br />
#CALLER.encodeForHTMLSmart(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="pagenameq2">Log Files</cfcase>
 
<cfcase value="pageHeader_logfiles">
Debugging &amp; Logging &gt; Log Files</cfcase>
 
<cfcase value="logblurb">
ColdFusion creates several log files that can help you troubleshoot applications and track events.  Use this page to search, view, download, archive, and delete log files.
</cfcase>
 
<cfcase value="needappvars">
The log viewer needs application variables enabled in order to work. Because you have disabled application variables, you will
not be able to use the log viewer to display and search log files.
</cfcase>
 
<cfcase value="available_log_files">Available Log Files</cfcase>
 
<cfcase value="actions">Actions</cfcase>
 
<cfcase value="filename">File Name</cfcase>
 
<cfcase value="type">Type</cfcase>
 
<cfcase value="size">Size</cfcase>
 
<cfcase value="lastmodified">Last Modified</cfcase>
 
<cfcase value="search_view_log_file">Search/View log file</cfcase>
 
<cfcase value="download_log_file">Download log file</cfcase>
 
<cfcase value="store_log_file">Archive log file</cfcase>
 
<cfcase value="Enable_logging">Enable logging</cfcase>
 
<cfcase value="Disable_logging">Disable logging</cfcase>
 
<cfcase value="delete_log_file">Delete log file</cfcase>
 
<cfcase value="delete_logfile_confirmation">Are you sure you want to delete this log file?</cfcase>
 
<cfcase value="view_log_files">View Log Files</cfcase>
 
<cfcase value="nologsfound">No log files found.</cfcase>
 
<cfcase value="baddir">You have entered a bad directory name.</cfcase>
 
<cfcase value="pagename_loggingsettings">Logging Settings</cfcase>
 
<cfcase value="pageHeader_logsettings">
Debugging &amp; Logging &gt; Logging Settings</cfcase>
 
<cfcase value="log_directory">Log directory</cfcase>
 
<cfcase value="button_browse">Browse Server</cfcase>
 
<cfcase value="logfilepath_instructions">Enter the directory where error log files should be written or click Browse Server to select from the directory tree. The drive you specify must have sufficient disk space and security privileges for the ColdFusion system service. You must shut down and restart the ColdFusion Services for this change to take effect.</cfcase>
 
<cfcase value="max_file_size">Maximum file size (in kilobytes)</cfcase>
 
<cfcase value="maxfilesize_instructions">Enter the maximum file size that ColdFusion should use for log files. When a file reaches this size, it is automatically archived.
</cfcase>
 
<cfcase value="max_archives">Maximum number of archives</cfcase>
 
<cfcase value="maxfilebackups_instructions">Enter the maximum number of log archives ColdFusion should create. After reaching this limit, files are deleted in order of oldest to newest.
</cfcase>
 
<cfcase value="use_os_fac">Use operating system logging facilities</cfcase>
 
<cfcase value="use_os_fac_instructions">When enabled, some ColdFusion log messages will be written using your operating system's logging facility. Regardless of this setting, all ColdFusion log messages are also always written to the standard ColdFusion log files.
</cfcase>
 
<cfcase value="log_slow_pages">Log slow pages taking longer than</cfcase>
 
<cfcase value="seconds">seconds</cfcase>
 
<cfcase value="log_slow_pages_instructions">
To help diagnose potential problems or bottlenecks in your site, you can have ColdFusion log the names of any pages that take longer than a specified length of time to return. When enabled, any output is written to the server.log file.</cfcase>
 
<cfcase value="log_corba">Log all CORBA calls</cfcase>
 
<cfcase value="log_corba_instructions">
Logs all CORBA calls to help diagnose configuration issues. When enabled, any output is written to the server.log file.
</cfcase>
 
<cfcase value="enable_logging_tasks">Enable logging for scheduled tasks</cfcase>
 
<cfcase value="log_tasks_instructions">
Logs ColdFusion Executive task scheduling.
</cfcase>
 
<cfcase value="ss_error_validation">Unable to update information. Check logs for more details.</cfcase>
 
<cfcase value="log_dir_error_validation">Unable to update information for the setting Log directory. Invalid input.</cfcase>
 
<cfcase value="error_maxflesizemsg">Maximum log file size must be a positive number less than 999999 kb.</cfcase>
 
<cfcase value="logging_setting_error"><cfoutput>
Error saving changes.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="logdir_jserror">The Log Directory cannot be blank. Please enter a Directory.</cfcase>
 
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
 
</cfswitch>
 
</cfprocessingdirective>