Questions tagged as 'log'

1
answer

Capture visitor IP on a WordPress site in .txt file

I'm trying to register the IP, Referrer, and the link date of all visitors to my Wordpress site in a .txt file, but I'm not being sucessed. I've tried the Plugin ' WebRTC IP Grabber & Logger (STUN VPNs) ', but this only registers the IP...
asked by 02.04.2017 / 15:52
0
answers

Default for using logs

I have a project organized as follows: 1. Web (ASP.NET MVC) 2. Application 3. Domain 4. Infra.Data 5. Infra.Log (NLog) 6. Infra.IoC The project references are as follows: - Web --> Application - Web --> Domain - Application --> D...
asked by 04.11.2016 / 21:28
1
answer

How do I restore a database from logs in postgres?

I have the database logs that I get through the pg_start_backup and pg_stop_backup commands. I would like to know how do I restore the bank through them? Thank you!     
asked by 11.09.2015 / 14:55
2
answers

Creating Logs page [closed]

I created a usr_logs table in my database with the following columns: id email ip time date sucess Only those records are sufficient, or do I need to add something else? How do I display all the data entered in this ta...
asked by 02.07.2014 / 05:02
1
answer

How to display errors in the production environment?

I'm coming from the hustle of this ask here . Is there any way in the production environment, when an error occurs I warn you, that the error occurred and that I should look at the log file? I wanted it to appear on the screen something l...
asked by 10.03.2016 / 03:37
2
answers

Aspects in Generating XML Error Logs

I have an application developed in C # that uses a SQL Server database, this application is made available through a virtualized application server, I do not have direct access to the database or the application server. I want to create a way...
asked by 13.12.2014 / 02:10
1
answer

Additions and Deletions per file in commit

I'm using the git log --stat <commit> command to get the additions and deletions made to a commit. Ex: commit 1a1a Author: Gabriel Hardoim Date: 2018-08-20 20:30:40 arquivo.java | 3 +++ arquivo.css | 3 --- 2 files chan...
asked by 11.09.2018 / 18:42
1
answer

Convert .log file to .txt in Bash

Hello, I would like to know how to convert a generated .log file into a container in Docker and convert it to a txt file using Bash.     
asked by 13.09.2017 / 15:55
1
answer

How to show only lines that appear more than x times. (shell script)

I am parsing a log file and I wanted to filter only lines that appear more than 10 times within the file. I just can not find a way to do this filter.     
asked by 22.11.2017 / 14:41
1
answer

Generate system logs in PHP [closed]

I need to generate a text document of type .txt containing information about changes made to a web system. This information is about user activities such as registrations, change of registrations, removal of registrations and among othe...
asked by 14.05.2017 / 21:58