Questions tagged as 'log'

2
answers

When to write logs to database?

I am part of a team that is developing an application using Zend framework 2 and MySQL database. We need to develop a logging feature of the actions performed by the users in order to enable audits by the application itself. We are a new team an...
asked by 21.05.2014 / 18:36
3
answers

Know when the computer was turned On / Off / Stopped

I wanted to know when the computer was turned on, turned off, or stopped. If I turned on my computer, from today's date, then I want to know the time and date it was connected. On shutting down the same thing, if I shut down the computer "normal...
asked by 24.07.2018 / 13:57
1
answer

Log Storage / Indexing Tools

I need to create a system to store logs from various user actions (this system will create millions of weekly data). So what tools are available for this type of need? PS: It is extremely necessary to provide an API to search the logs, a...
asked by 20.09.2017 / 15:41
2
answers

How to Inhibit display of information in the eclipse console using hibernate

I would like some help. I'm developing a system using jpa-hibernate, jsf and primefaces. Whenever I run the application the following appears on the console: 0 [http-8080-2] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3...
asked by 10.07.2014 / 16:24
2
answers

What is the linux text editor command that I can see output in real time?

What is the linux text editor command that I can see output in real time? For example I want to give a "vim" in the access log of my apache I want to see the GET entering the log in real time what is the parameter that I use?     
asked by 30.08.2016 / 16:03
2
answers

Log table using MySQL

How to create a MySQL audit log table that stores when and what was changed in each record? Does MySQL provide something that can make this kind of thing easier?     
asked by 02.09.2015 / 14:56
2
answers

Log into separate files with SLF4J on AWS

Has anyone implemented a log using SLF4J to enable the application to separate files by tenant in Amazon environment? I made this implementation in my application, in tomcat running local log files are generated normally, however when I...
asked by 29.01.2016 / 17:06
1
answer

What is the best way to record a user log?

I have a small monitoring system that aims to show if the data on some servers are the same as the backups . As the system interacts directly with the database, there was a need to know who was accessing and when accessing the system, as I a...
asked by 21.02.2018 / 14:32
1
answer

Maintenance routine for cleaning log tables (sysssislog and sysdtslog90)

I have a standard SQL Server 2014 database and during base monitoring, I realized that I have some SQL tables that are a bit large and have been researching about it. The tables are sysssislog and sysdtslog90 By documentation...
asked by 20.01.2017 / 23:41
1
answer

Node Winston creates log file but does not save: Attempt to write logs with no transports

I have a problem with winston, follow my settings: const logger = winston.createLogger({ level: 'info', format: winston.format.json(), transport: [ new winston.transports.File({ filename: './../error.log', level: 'error', json: true...
asked by 10.10.2017 / 22:32