All the latest
-
Getting the Most out of .NET8 with Loggly
Microsoft’s .NET 8 was released on November 14, 2023, and will be supported for three years as the latest Long Term Support release of .NET. From… Read more
-
DDoS monitoring: how to know you’re under attack
A while back, we covered how to check your Windows IIS and Loggly logs to view the source of a DDoS attack, but how do you… Read more
-
Sending PHP Single-Page Application Logs to Loggly
In this post, we’ll embark on the journey of building a simple PHP single-page application that interacts with a MySQL database. We’ll integrate logging functionality on… Read more
-
Sending Go Application Logs to Loggly
If you’ve been building web apps long enough, you’ve certainly read through your fair share of logs. One of the more painful parts of going through… Read more
-
Five Tips for Monitoring Your Cloud Application
Page load time is inversely related to page views and conversion rates. While probably not a controversial statement, as the causality is intuitive, there is empirical… Read more
-
Announcing WP Activity Log Integration
Websites are no longer a collection of static HTML files. They’ve evolved into highly dynamic multiuser systems, especially those built with WordPress. Like it is for… Read more
-
Aggregating Logs From Microservices—Best Practices
Depending on where you are on your journey with microservices, you may have noticed visibility into the system can be a bit tricky at times. Well,… Read more
-
Boss-Level Log Management for WordPress Site Administrators
WordPress is the most dominant content management system (CMS) in the enterprise website market today. Its open-source nature, thousands of plugins, and wide adoption by commercial… Read more
-
Effective Logging in Threaded or Multiprocessing Python Applications
In Python development, logging is not only good practice; it is vital. Logging is critical for understanding the execution flow of an application and helps in… Read more
-
Effective Logging in Node.js Microservices
Many modern software applications are built with a microservices architecture, and Node.js has become the runtime environment of choice for many developers building microservices. However, working… Read more