Questions

Find answers to frequently asked development questions. For information about Better Stack products, explore our docs.

/
Popular searches:

How to log PostgreSQL queries?

If you would like to log all PostgreSQL queries into a file, you can do that by changing few settings int the configuration file Open the data/postgresql.conf file and change the following settings...

Questions · Better Stack ·  Updated on November 23, 2022

How to Get the Query Executed in Laravel 5

By default, the query log is disabled in Laravel 5: Don’t worry, you can enable the query log by running the following: // enable query log DB::enableQueryLog(); Then you can display the log like t...

Questions · Better Stack ·  Updated on November 23, 2022

How to enable MySQL Query Log?

MySQL query log stores the history of executed queries. This history is stored in a log file. On busy servers, this file ca grow very large. To enable the query log, put the following line into /et...

Questions · Better Stack ·  Updated on November 23, 2022

How to do error logging in CodeIgniter (PHP)

Code igniter has logging capabilities built-in. Make sure you do the following: Make your /application/logs folder writable In /application/config/config.php set the following: $config['log_thresho...

Questions · Better Stack ·  Updated on November 23, 2022

Reading syslog output on a Mac

Same as Linux, MacOS saves system logs into a syslog file. This location of the syslog is /var/log/system.log. On newer MacOS versions, you will find the log at /private/var/log/system.log You can ...

Logging
Questions · Better Stack ·  Updated on November 16, 2022

Warning: Remote Host Identification Has Changed

What does it mean You may wonder what WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED error means. SSH connection uses keys, files stored on the computer, to authenticate the server and the client....

Questions · Better Stack ·  Updated on November 16, 2022

How to Start Docker Containers Automatically After a Reboot?

Docker provides restart policies to control whether your containers start automatically when they exit, or when Docker restarts. Restart policies ensure that linked containers are started in the co...

Docker
Questions · Better Stack ·  Updated on November 16, 2022

How to ping Docker container from another container by name?

The feather of accessing or pinging containers from other containers using their name rather than their IP address comes out of the box with docker networks. For this, you will need two (or more) c...

Docker
Questions · Better Stack ·  Updated on November 16, 2022

How to pass environment variables to a Docker container?

It is always a good practice to separate the app from its configuration. It is not a good idea to have a database login credential defined as variables in the code of the application. This is why w...

Docker
Questions · Better Stack ·  Updated on November 16, 2022

How to fix docker: Got permission denied while trying to connect to the Docker daemon socket

This error may appear when running docker commands and it is caused by insufficient privilages. Solution To resolve the problem, you need to do the following: Create a docker group sudo groupadd do...

Docker
Questions · Better Stack ·  Updated on November 16, 2022

How do I disable ipv6 on Ubuntu 20.04

To disable IPv6 on your Ubuntu 20.04 system, open the /etc/sysctl.conf file in your favorite text editor and put the following lines at the end of the file: net.ipv6.conf.all.disableipv6 = 1 net.ip...

Questions · Better Stack ·  Updated on November 16, 2022

Error Permission denied (publickey) when I try to ssh

This error appears when trying to SSH into a server. The publickey in the brackets after the error message is misleading. One reason might be wrong configuration in sshd_config file and the second ...

Questions · Better Stack ·  Updated on November 16, 2022

502 bad gateway Nginx

If you are getting the 502 bad gateway error when accessing a Nginx server, here are a few solutions: Check if Nginx is running To check if Nginx is running run the following command: systemctl sta...

Nginx
Questions · Better Stack ·  Updated on November 16, 2022

Where does Linux store my syslog?

Linux has a special directory for storing logs. This directory contains collected logs from the operating system itself, services and other applications running on the system. The actual location d...

Linux
Logging
Questions · Better Stack ·  Updated on November 16, 2022

Where can I find the IIS log?

You can find your IIS log file in the following directory: %SystemDrive%\inetpub\logs\LogFiles If the directory doesn’t exist in your system, try looking in the following directory %SystemDrive%\Wi...

Questions · Better Stack ·  Updated on November 16, 2022

Where can I find the error logs of NGINX, using FastCGI and Django?

By default Nginx stores its error logs in the /var/log/nginx/error.log file and access logs in the /var/log/nginx/access.log. To change the location of the log files, configure the following direct...

Django
Nginx
Questions · Better Stack ·  Updated on November 16, 2022

Understanding access log columns in Nginx

The NGINX logs the activities of all the visitors to your site in the access logs. Here you can find which files are accessed, how NGINX responded to a request, what browser a client is using, IP a...

Questions · Better Stack ·  Updated on November 16, 2022

Reading syslog output on a Mac

Same as Linux, MacOS saves system logs into a syslog file. This location of the syslog is /var/log/system.log. On newer MacOS versions, you will find the log at /private/var/log/system.log You can ...

Questions · Better Stack ·  Updated on June 27, 2023

Log.INFO vs. Log.DEBUG

When logging, logged messages are differentiated by their importance. In most logging frameworks we differentiate the following levels of importance: DEBUG - Lowest level. Fine-grained statements c...

Logging
Questions · Better Stack ·  Updated on November 16, 2022

Log analyzer tools for IIS web server logs

IIS webserver logs each and every access into a log file. To better understand the data from the log, little help is needed in the form of a log analyzer. Log analyzer is a software that allows you...

Questions · Better Stack ·  Updated on November 16, 2022

Showing 21 to 40 of 107 results

Make your mark

Join the writer's program

Are you a developer and love writing and sharing your knowledge with the world? Join our guest writing program and get paid for writing amazing technical guides. We'll get them to the right readers that will appreciate them.

Write for us
Writer of the month
Marin Bezhanov
Marin is a software engineer and architect with a broad range of experience working...
Build on top of Better Stack

Write a script, app or project on top of Better Stack and share it with the world. Make a public repository and share it with us at our email.

[email protected]

or submit a pull request and help us build better products for everyone.

See the full list of amazing projects on github

Thank you to everyone who
makes this possible!

Here is to all the fantastic people that are contributing and sharing their amazing projects: Thank you!