Questions tagged as 'log'

0
answers

Using NLog with PostgreSQL C #

I'm working on an application, and have some registry screens, and I want to add a log routine to the API of these records, type: do not add, update, and error occurrences (if any). The database that is being used is PostgreSQL and here comes...
asked by 27.12.2018 / 21:20
1
answer

Many logs with the message "setTypeface with style: 0"

I am making a app in android studio , and after passing some activities the screen goes black and the last record of log cat is this message. I've already looked at the other questions about this but none solved my...
asked by 14.10.2018 / 20:29
0
answers

How do I make / call the AJAX url?

To contextualize : There is a remote directory, clearing-dit\logs , which has a series of logs ( portal.log , test.log , ...). This directory is mapped to an HTML page, where all its .log's are displayed. Once one of...
asked by 01.08.2018 / 16:37
1
answer

Add "filter" in the "logger" for the entire application

I would like to have Filter of java.util.logging.Logger to filter all generated log lines. In case, I'm using a Wildfly application server. Currently, I can only filter a specific class, for example. Logger logger = Logger.get...
asked by 23.02.2018 / 12:58
0
answers

Where is the SAP Hybris log folder?

After executing the command: ant clean all in the console, I would like to read the complete log of the errors generated by the hybris compilation. Can anyone tell me in what folder does it store this log file?     
asked by 28.12.2016 / 01:46
0
answers

Eclipse does not enter - generates boot error log

After updating and installing some components in Eclipse neon, it does not go in and starts generating the log below: !SESSION 2016-08-21 18:42:45.858 ----------------------------------------------- eclipse.buildId=4.6.0.I20160606-110...
asked by 22.08.2016 / 00:01
1
answer

Too many open files AWS

I'm running my application on Amazon, I deployed a version that separates the log files by tenant and date, so at one point my environment did not accept any more requests, bursting an IOException error. > 29-Mar-2016 11:56:07.939 SEVERE [h...
asked by 30.03.2016 / 15:40
0
answers

Exception trapping for logging, using AOP with CDI in Java EE 7

Below I have part of a class, of which I want to eliminate the repetitive logging code through AOP. /** * Javadoc omitido */ public abstract class JpaDao<T extends LongIdentifiable> implements GenericDao<T> { @Overr...
asked by 14.05.2015 / 21:38
0
answers

Monitor JRE events

How to monitor some jre events like start, close etc? Are there any libraries for this? I need to create a log to store the time that jre is thrown, closed and know who accessed it, all this should be inside a txt file on the local machine, is t...
asked by 17.11.2014 / 14:57
1
answer

Creating generic log table for various Django models

I have 30 models. Each one contains information from a calculator and each record is information from sub calculators. I need to create a table of logs of each calculation made by the user. Currently I'm saving JSON what the guy says and savi...
asked by 29.10.2018 / 16:18