Questions tagged as 'log'

1
answer

Apache server stopped recording accesses in the access.log file

I'm running a DDoS attack experiment on a virtual apache server (VMWare). The attack went to the apache service and not to the machine. From a certain time (10.20), although there were machines making requests to Apache, the access.log file d...
asked by 07.04.2017 / 19:19
1
answer

Http request - log

I'm developing a Curl process, and for this I am checking the pages needed to manage the urls. However, there is a page that does Http Request 302 (redirect), and I am not able to capture it because the process is very fast. Searchi...
asked by 14.08.2015 / 19:43
1
answer

JBoss log reading

This code takes my JBoss log file and displays the first 1000 lines. I would like to know how I can display the last 1000 lines? private String log; public void pesquisar() { String diretorioCorrente = System.getProperty("jboss.server....
asked by 15.05.2014 / 18:13
1
answer

Use ILogger with .Net Core 2

I am studying .Net Core 2 and I have a question. I am trying to get error in my Repository layer and only saw example in Controller. Any specific reason for this? Here are my codes: appsettings.json { "ConnectionStrings": { "Defaul...
asked by 27.05.2018 / 02:02
1
answer

Keep stack trace when method rethrows the captured exception

I ran an application in Visual Studio Code Analysis and in several methods I received the following message:    CA2200 Rethrow to preserve stack   details 'fooBLO.FooMethod (DataProjectDTO, string)' rethrows a caught   exception and specifies...
asked by 19.02.2018 / 15:57
1
answer

Log into Distinct Files [Log4Net]

I use Log4Net in my application. I need to create a configuration that "deposits" everything that is from level="INFO" into a file and everything that is light="ERROR" in another file. But even following the tutorials, they do not work. Look...
asked by 01.03.2018 / 17:14
1
answer

Is there any way to know if someone is referencing some file on my site in another?

I have a photo on my site logomarca.jpg if some smarty resovelver use my image that took hours to make and use on your site in a tag is there the possibility of knowing where the source request came from the file on my server?     
asked by 28.05.2016 / 01:40
1
answer

How to preserve Log of the Mozilla Firefox Browser Console?

In the Google Chrome browser, on the consola tab, there is an option for preservar log while we are testing things or developing our site so we do not have to retype the code all over again in case we need to update the page to tes...
asked by 24.02.2016 / 03:09
1
answer

Logging errors with Selenium WebDrive in C #

Good evening! I'm organizing my test suite and looking for the best ways to create an error report when a test fails. I have already implemented a log in .txt with the name of the test that is executed (using TestContext), the test execution...
asked by 27.08.2015 / 23:51
0
answers

Firebase Crashlytics: How to debug non-fatal errors? [closed]

Hello! Good afternoon. I have an Android application (developed in Android Studio) that uses the MPAndroid Chart libraries. Like any chart we want to assemble, we first need to have the data that will make up this chart. When we are using t...
asked by 09.12.2018 / 16:31