Most voted "log" questions
It is the recording of computer data or the process of recording events of a computer program, usually with a certain range, so as to provide a control trace, which can be used to understand the activity of the system and to diagnose problems.
Learn more…110 questions
Sort by count of
- 
		0 votes1 answer96 viewsCreating Energy log table for several Django modelsI have 30 models. Each of them contains information from a calculator and each record is information from sub-calculators. I need to create a log table of each calculation made by the user.… 
- 
		0 votes2 answers456 viewsblock access to a particular directory via htaccess with passwordI currently have a server where I leave my web projects running, some of them in Laravel, so far without problems, however I want to create a password restriction on .htaccess to the root, For… 
- 
		0 votes1 answer437 viewsLog Implementation in spring bootI implemented the LOG in my Spring Boot application but it generates entire files of several days would you like to partition per day as ? To make the configuration I am using in my Properties the… 
- 
		0 votes1 answer89 viewsGenerating Logs with Line Error and File Error (C#)Eai guys, I’m trying to generate Logs for a web application. ASP, however I cannot find the correct C# method to find the Line and File where the error is occurring. Within the exception I found the… 
- 
		0 votes0 answers12 viewsUsing express with Bunyan (logs)I created a logger with two streams for two different apps as an example: const bunyan = require('bunyan'); const {LoggingBunyan} = require('@google-cloud/logging-bunyan'); class bunyanLogger {… 
- 
		0 votes2 answers67 viewsHow to use Log4net Adonetappender only at Error levelI have a console application and use log4net to display the application logs, however I would like to save only the error logs in the database. I saw that you have the configuration of… 
- 
		-1 votes1 answer1474 viewsIs it possible to generate log files from a Python file that has been transformed into an executable?Hello, I create the Python code executable below with the module pyinstaller. import urllib import urllib2 import webbrowser import re import popular4 import logging from datetime import datetime… 
- 
		-1 votes1 answer31 viewsPerformance - Separate log tables or leave them in the same databaseeverything jewel? I have a mysql database approximately 180mb in size. Each month the application automatically creates a new table with access logs and actions, which in 14 months are totaling 80mb… 
- 
		-1 votes0 answers14 viewsHow to disable the log of certain c# routes using iLogger?I currently use Microsoft’s own Logger to log the application, as follows: if (environment != null && !environment.IsLocal() && !environment.IsDocker()) { return loggingBuilder… 
- 
		-3 votes2 answers105 viewsfopen(/home/loyusgyp/public_html/logs/log_jurosefine/log_2020-02-02_18-00-01.txt): failed to open stream: No such file or directory in (Cpanel)I’m having trouble recording a log on my hosting server (hosting uses Cpanel). I created a job of correction of interest and fine, but when the job runs it accuses the following error: Warning:…