Fossil SCM
Less severe warning on the security audit if the server error log is disabled.
Commit
fe5e9de1cd53da5f8bfd96f9ea4696617edc9148b2e10d9193e4bf0f58935e7f
Parent
66815ed3901570d…
1 file changed
+1
-3
+1
-3
| --- src/security_audit.c | ||
| +++ src/security_audit.c | ||
| @@ -327,13 +327,11 @@ | ||
| 327 | 327 | } |
| 328 | 328 | #endif |
| 329 | 329 | |
| 330 | 330 | if( g.zErrlog==0 || fossil_strcmp(g.zErrlog,"-")==0 ){ |
| 331 | 331 | @ <li><p> |
| 332 | - @ <b>Caution:</b> | |
| 333 | - @ No server error log is defined. It is recommended that you establish | |
| 334 | - @ an error log on Fossil servers and monitor that log for problems. | |
| 332 | + @ The server error log is disabled. | |
| 335 | 333 | @ To set up an error log: |
| 336 | 334 | @ <ul> |
| 337 | 335 | @ <li>If running from CGI, make an entry "errorlog: <i>FILENAME</i>" |
| 338 | 336 | @ in the CGI script. |
| 339 | 337 | @ <li>If running the "fossil server" or "fossil http" commands, |
| 340 | 338 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -327,13 +327,11 @@ | |
| 327 | } |
| 328 | #endif |
| 329 | |
| 330 | if( g.zErrlog==0 || fossil_strcmp(g.zErrlog,"-")==0 ){ |
| 331 | @ <li><p> |
| 332 | @ <b>Caution:</b> |
| 333 | @ No server error log is defined. It is recommended that you establish |
| 334 | @ an error log on Fossil servers and monitor that log for problems. |
| 335 | @ To set up an error log: |
| 336 | @ <ul> |
| 337 | @ <li>If running from CGI, make an entry "errorlog: <i>FILENAME</i>" |
| 338 | @ in the CGI script. |
| 339 | @ <li>If running the "fossil server" or "fossil http" commands, |
| 340 |
| --- src/security_audit.c | |
| +++ src/security_audit.c | |
| @@ -327,13 +327,11 @@ | |
| 327 | } |
| 328 | #endif |
| 329 | |
| 330 | if( g.zErrlog==0 || fossil_strcmp(g.zErrlog,"-")==0 ){ |
| 331 | @ <li><p> |
| 332 | @ The server error log is disabled. |
| 333 | @ To set up an error log: |
| 334 | @ <ul> |
| 335 | @ <li>If running from CGI, make an entry "errorlog: <i>FILENAME</i>" |
| 336 | @ in the CGI script. |
| 337 | @ <li>If running the "fossil server" or "fossil http" commands, |
| 338 |