Questions tagged as 'log'

0
answers

Logger for Spring Boot in real time

I'm looking for some tool that can connect to the production server to get real-time logger, would that be possible? I deployed an application in Heroku and would like to see the log off the heroku platform, does anyone know something similar...
asked by 23.08.2018 / 19:48
0
answers

How do I link to logs in AWS CloudWatch to be displayed in DATADOG?

I have a set of lambda functions in AWS. These functions generate error logs or performance statistics that are retrieved in AWS CloudWatch. In turn, my dashboard in DATADOG retrieves these logs from AWS CloudWatch and redirects to my email...
asked by 26.07.2018 / 22:02
0
answers

MON $ REMOTE_PROCESS does not recognize .jar

I'm creating a Logging service for the Firebird database. I was using MON$REMOTE_PROCESS to get through where the change was made. But it does not recognize .jar . When I query: SELECT MON$REMOTE_OS_USER, mon$attachment_id, MO...
asked by 30.07.2018 / 20:59
1
answer

How to get the log records of the 'CakeLog :: write ()' method?

I'm studying about logs of cakephp and in my code I've added the following line for all actions of INSERT , UPDATE and DELETE of my crud system. p> Cakelog::write('debug', 'mensagem de exemplo de log!');...
asked by 21.07.2018 / 05:00
0
answers

Is it possible to rename an AWS CloudWatch log?

I have several applications running on aws and each application generates a log when it runs. In CloudWach I get this message:    2018/05 / 25T07.33.27 - 356ef447-0e31-49fd-937b-c5f3974ec1d5 You can change the log for:    APPXXX - 2018...
asked by 25.05.2018 / 14:17
0
answers

Database modeling with entities for history

In the system I'm developing there are several parts that will need of data history. As I did so far, for when I need a history for a table I created another table with the same fields and one more field relating the source table. So far i...
asked by 11.09.2018 / 16:47
0
answers

How to configure the JBoss log to not display the entire error stack for errors originated by JBoss, package org.jboss.as.webservices?

How to configure the JBoss log to not display the entire stack for errors originating from the org.jboss.as.webservices.invocation package classes? By default console-handler with name CONSOLE has a pattern-formatter that prints the entire st...
asked by 06.03.2018 / 19:34
1
answer

Where is the error log file in symfony?

I'm running a project on the same localhost, done with Symfony to fix an error and for that I would like to see the file with the error in the log but I do not know where it is. Can anyone tell me? Thank you.     
asked by 18.01.2018 / 19:58
0
answers

Login / logout audit in MySQL

I need to know when users login to the mysql database. My first attempt was to configure the general_log and log_output = FILE parameters. However these options generate excessive logs and this is a problem for me. In fact I do not need t...
asked by 18.01.2018 / 18:52
0
answers

Generate VBscript log

I have the following code. ' Ajuste o número de psts a serem feitos backup. *Obs.: comece por 0* ' ReDim pst(0) ' Defina o local referente a cada arquivo a ser feito backup ' pst(0) = "C:\Users\teste-pc-1\Documents\Arquivos do Outlook\backu...
asked by 28.11.2017 / 14:39