Questions tagged as 'logger'

0
answers

Disable vuejs-logger in production mode

I am developing the front of an application with vue.js that uses webpack. I'm implementing vuejs-logger. I'm interested in that in production mode the output is not by console but a file. Does anyone know how to set it up ? Thanks in advance  ...
asked by 11.03.2018 / 18:01
1
answer

Specify time zone in log outputs

I am developing a project in Kotlin and Spring and a question has arisen with a log and the time zone used. We use LoggerFactory to write to the standard output information about the events (an event log) but the The time it shows is not adequ...
asked by 31.01.2018 / 21:40
1
answer

Mapped Diagnostic Context (MDC) with logger SLF4J in jboss / wildfly 10 is cleared

I set up my web application to use an MDC like this: MDC.put("cliente", "TEST"); org.slf4j.MDC.put("cliente2", "TEST2"); Inside the start class for the REST service javax.ws.rs.core.Application import org.jboss.logging.MDC; @Ap...
asked by 02.03.2018 / 01:44
0
answers

The .jar executable does not find the logback.xml

I have a maven project with the logback.xml file in src / main / resources with the following configuration: <?xml version="1.0" encoding="UTF-8"?> <!-- turn debug=true on for logback-test.xml to help debug logging configurations. --...
asked by 13.12.2018 / 20:20
0
answers

How can I control the events that take place inside my python script?

I have three files: login.txt contains: the data to make an FTP connection. DatosMail.txt contains: origin, destination, smtp, passwd. FTP test contains Ftp connection, mail, log. I need to check that these two files exist (login.txt,...
asked by 06.11.2018 / 13:21