Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Drupal 8

You're reading from   Learning Drupal 8 Create complex websites quickly and easily using the building blocks of Drupal 8, the most powerful version of Drupal yet

Arrow left icon
Product type Paperback
Published in Jan 2016
Publisher Packt
ISBN-13 9781782168751
Length 328 pages
Edition 1st Edition
Languages
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Nick Abbott Nick Abbott
Author Profile Icon Nick Abbott
Nick Abbott
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. Introduction FREE CHAPTER 2. Installation 3. Basic Concepts 4. Getting Started with the UI 5. Basic Content 6. Structure 7. Advanced Content 8. Configuration 9. Users and Access Control 10. Optional Features 11. Reports 12. Extending Drupal 13. Theming Drupal 14. Getting Support Index

Syslog


The standard Drupal 8 installation enables a module called Database logging.

The Database logging module records log entries that are created by different modules and can be viewed at Reports | Recent log entries (admin/reports/dblog).

However, this means that data is written to the database, so often the database logging module is turned off in production websites for performance reasons.

The Syslog module is an alternative logging module, which logs the same data to the system log of the operating system Drupal is running in.

This is considered to be a faster operation than a database write and therefore is preferable for production sites.

You can alter the settings of the Syslog module by navigating to Configuration | Development | Logging and errors (admin/config/development/logging).

When this module is activated, Drupal's log messages will appear in the main system log on your server. You can specify log labels and patterns to help you filter Drupal messages from other content in...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime