Computer data logging is the process of recording events in a computer program, usually with a certain scope, in order to provide an audit trail that can be used to understand the activity of the system and to diagnose problems.

learn more… | top users | synonyms (3)

0
votes
1answer
9 views

Apache mod_rotate_log filename replacement not working for below-day resolution

I have a strange problem: I use Apache on Windows and tried to configure rotating log using mod_log_rotate with the following configuration: RotateLogs On RotateLogsLocalTime On RotateInterval 86400 ...
0
votes
0answers
20 views

Restlet: how to suppress server request log messages

I have created a simple REST server using Restlet 2.1.2 and it is working very well. Every POST or GET request causes Restlet to emit a log message of the form: 2013-05-02 19:44:39 127.0.0.1 - ...
0
votes
1answer
20 views

Rails password_confirmation being filtered with Devise

I've read a couple tutorials over the years that say you have to update config.filter_parameters to something like config.filter_parameters += [:password, :password_confirmation] in application.rb in ...
1
vote
0answers
43 views

Piping Apache Logs through sed

I need to anonymize certain information in my Apache logs and therefore would like to pipe them through sed. Apache provides "Piped Logs" for this. Now I thought I understood all about regexp and ...
1
vote
1answer
22 views

How do I debug a production server not finding settings and logging files not working?

I'm attempting to diagnose why my app is not finding it's settings file. The settings are displayed on the bottom of the Django toolbar, but the traceback shows the error: UndefinedError: 'settings' ...
1
vote
0answers
14 views

Why the perf4j graphs are not generated?

I've integrated Perf4j in a standalone application. I'm using SLF4J / logback as the logging system. The statistics are correctly generated in the perfs.log, but nothing is generated in the ...
0
votes
1answer
95 views

Java how to configure log4j2

i want to use log4j2 in my java web application. This is my dependency tree printed by maven [INFO] com.mypackage.app:APP:war:1.0-SNAPSHOT [INFO] +- ...
1
vote
1answer
21 views

Log4j for different tomcat workers

I want to configure log4j for different tomcat workers. I mean, I want to get separate log file for each worker. How can I achieve it?
0
votes
2answers
22 views

Best practice for consecutive logger calls in multithreaded environment

Consider this code: if (param1 == null || param2 == null) { logger.error("Failed to do stuff."); logger.debug("param1: " + param1); logger.debug("param2: " + param2); } It is very readable, ...
1
vote
1answer
27 views

Imported module adding unwanted logging. How can it be suppressed?

I'm seeing extra logging messages after I've imported a module I need to use. I'm trying to work out the correct way to stop this happening. The following code shows the issue best: import os import ...
0
votes
1answer
31 views

Using log4net with ASP.Net WebForms in Visual Basic

I am failing to get log4net to log anything in ASP.Net webforms. This is what Im doing: Web.config <configuration> <configSections> <section name="log4net" ...
0
votes
0answers
16 views

CDH4 userlogs retain

I'm using CDH4.1 with hadoop 2.0.0. The issue is that tasktracker deletes logs of tasks after 1 day or some another period, but that period is too small. I've tried to fix it by adding to ...
0
votes
3answers
54 views

How can I make a ListView update after each item is added?

I am trying to use a ListView to make a realtime log output to a windows form. This is the dummy code: public Form1() { InitializeComponent(); listView1.View = View.Details; ...
0
votes
0answers
41 views

Logback with Spring MVC doesn't work [duplicate]

I developed a webapp with Spring MVC and build it with maven. I want to improve logging using logback sl4j logging framework, but I'm completely new to it. I modifide my pom.xml this way: <!-- ...
0
votes
1answer
27 views

Felix log level regarding ServiceEvent and BundleEvent [SOLVED]

Every time Felix starts a bundle, I get logging output on the lines of: BundleEvent STARTED BundleEvent RESOLVED ServiceEvent REGISTERED The log level is debug, and it doesn't come from any felix ...
1
vote
3answers
71 views

process logger files in R

I’m using R version 2.15.3 (2013-03-01) with RStudio 0.97.312 on Ubuntu 12.10. I’m trying to create some histograms of logger data in R. However, some sensors weren’t always working, so I got some ...
0
votes
1answer
27 views

winston.js info method not passing metadata

When I'm passing metadata through winston the shortcut winston.info method isn't passing along the metadata. var winston = require('winston'); winston.info("winston with metadata", {cluster: ...
0
votes
1answer
17 views

What Exactly Gets Stored in MongoDB Logs?

So what gets stored in MongoDB logs? I checked out MongoDB documentation and wasn't able to find anything concrete on the subject, so I figured I would ask here. I had to peek into the logs to ...
0
votes
0answers
21 views

RabbitMQ to disk

I'd like to replace an applications logging module with an logging module that supports pushing the logs to RabbitMQ. NLog seems to support this just fine. My question though is if there's an existing ...
1
vote
1answer
82 views

Logging Spring using Log4j2

I am trying to use Log4j2 to print the spring logs into a file and console. I guess it is a problem of my Log4j2 configuration, but I have not been able to get it working. I have this configuration in ...
0
votes
4answers
47 views

Python logging done/fail messages

When using Python logging library, standard approach is just to write some message like this: logging.info("All right") But sometimes it necessary to show result status of some (long) task (after a ...
0
votes
0answers
11 views

Log delay in Amazon S3

I have recently hosted in Amazon S3, and I need the log files to calculate the statistics for the "get", "put", "list" operations in the objects. And I've observed that the log files are organized ...
3
votes
2answers
103 views

Can you configure log4net in code instead of using a config file?

I understand why log4net uses app.config files for setting up logging - so you can easily change how information is logged without needing to recompile your code. But in my case I do not want to pack ...
0
votes
0answers
26 views

Specify logging.properties in embedded Glassfish with maven-embedded-glassfish-plugin

I use a project template containing a Maven configuration for an embedded Glassfish (using the maven-embedded-glassfish-plugin). I need to enable logging, but I do not even know which logging engine ...
3
votes
2answers
33 views

disambiguate base class name in class template

We have a logging framework which allows us to add context specific information automatically to log messages. This is achieved by inheriting off Context class template which, using the CRTP pattern ...
0
votes
0answers
9 views

Removable Device logger

How can we keep a log of all the devices (like pen drives, hard disks etc.) which were inserted into the PC ? Is there an already existing software for this ?
1
vote
3answers
68 views

how to dump output of a perl script on linux into a log file with file name as timestamp

I have a perl script example.pl that I run on linux box. I need to capture the output from the execution of the perl script and timestamp its name. I know the output redirection method but I am ...
2
votes
1answer
24 views

How to do logging when writing an Visual Studio MEF extension

I'm writing a Visual Studio extension using MEF an I'm wondering how to add logging to the code. When writing a VsPackage one could use the "Action Log" like shown in MSDN. But this isn't possible in ...
0
votes
1answer
13 views

How to create log activity from java to MySQL?

I want to create a log activity for each user when they login from my apps and insert into MySQL database with the structure like id_log (int, primary key, auto increment) username (varchar) time ...
0
votes
0answers
24 views

How to log ruby mechanize post request?

I have a code @agent = Mechanize.new do |a| a.log = Logger.new(File.open("logs/parser.log", "w")), a.ssl_version, a.verify_mode = 'SSLv3', OpenSSL::SSL::VERIFY_NONE, a.user_agent_alias ...
1
vote
0answers
23 views

Dynamic (i.e. Runtime Configurable) Log Configuration for Django + Celery based application

We have a need to customize the log levels on the server at runtime. We are building a SAAS application using Django, and we have to be able to enable logging per tenant eventually. I am trying to ...
1
vote
2answers
33 views

Programatically force a new log file with Log4Net

NOTE: I read this question and answer, and it does not work for what I want: Log4Net: Programmatically specify multiple loggers (with multiple file appenders) I have a WCF service that is a ...
0
votes
0answers
11 views

How should I obtain haproxy's detailed http logs when using ssl?

I'm using HAProxy's option httplog logs extensively. We're about to move to ssl frontends though, which causes me to lose that info. Is there a recommended way to continue to get this logging ...
0
votes
0answers
26 views

SDL fbcon - disable fbioput_vscreeninfo output

I am currently using SDL 1.2.14 with fbcon driver. My problem is that when my application launches, it prints multiple lines of logging from fbioput_vscreeninfo onto the console. i.e. Cannot ...
0
votes
2answers
29 views

need reference to the $log.log call line number

When I use angular $log service, all the lines in the console show up with a reference to angular.js:5687 instead of the line where I called the $log.log function. How can I get a reference to the ...
0
votes
1answer
5 views

How can a view a live logfile with terminal?

Basically, mongodb (an open source sql-less database) logs its outputs in a log file known as var/log/mongodb.log Is there anyway I can view this log file live in terminal without typing 'sudo nano' ...
0
votes
1answer
34 views

Get the file name of the current log file Enterprise Library 5.0

In MS Enterprise Library 5.0, Logging application block, at runtime, Can I get the name of the log file (Flat File Listener) to which the log is going to? If yes, then how? Thanks
0
votes
0answers
28 views

Amazon RDS slow log on transactions: “commit” keyword

We are using Amazon RDS and we use the slow log to spot possible problematic queries. What we usually see is the "commit" keyword in the slow log without having any further information on what ...
0
votes
3answers
58 views

Log data reduction for variable bandwidth data link

I have an embedded system which generates samples (16bit numbers) at 1 milli second intervals. The variable uplink bandwidth can at best transfer a sample every 5ms, so I am looking for ways to ...
0
votes
1answer
17 views

Copying an IIS log file based on file name, this is today's date

I am trying to setup a batch script that will copy over the latest IIS logs based on the file name from our Exchange Client Access Server over to my system so that I can analyze the logs. The problem ...
0
votes
0answers
25 views

batch script for Parallel running of C# file for different Database's with different log file for each DB

I want to create a batch script which will run same c# file for 5 different databases in parallel and then after it has run for all 5 databases. it should run another different C# file for the same 5 ...
1
vote
1answer
27 views

Order of writing to an HTML file

Ok, the title is probably confusing (but I couldn't come up with a better one) - I've created a simple Logger class that outputs to an HTML file. The file has some stuff at the top (title, js/css ...
1
vote
2answers
38 views

Load Log With 15 Columns Separated By Spaces But Last Column Contains Spaces

I have a log file that has 15 columns separated by spaces, but the last column in the log file is an email subject line and contains spaces. I'm not sure how to read a file like this into R. The last ...
0
votes
0answers
12 views

LOGs in DDMS perspective

I an new to Android development and using Eclipse for native Android Apps development. When I connect my Android device to the PC via USB, the DDMS perspective doesn't show trail in LOGCAT for the LOG ...
0
votes
1answer
17 views

How to display console output in Sonar?

I have previously run Junit tests in Jenkins and remember seeing logging information displayed as part of the console output. Now I am running the tests in Sonar (started from Jenkins) but can't see ...
0
votes
1answer
22 views

Missing LoggingHandler in Enterprise Library 5.0

I have been experimenting with both ELMAH and the EL 5.0. I may go to ELMAH as it is a bit easier to deal with for an internal-only project, but this has been bothering me. I tried setting up the EL ...
0
votes
1answer
60 views

best way to create a fancy log

I have a 'log' in my application. Currently I'm using richtextbox control to display colored text. The problem I want to have a simple animation from background images in the background. According to ...
0
votes
2answers
55 views

Writing a custom RotatingFileHandler that rotates logs every day

I am developing a Django application, and would like a custom handler that rotates the log everyday - I've struggled with the TimedRotatingFileHandler (the infamous 'midnight' confusion). The handler ...
4
votes
3answers
97 views

Symfony logging in production ignores log level

Related fragment from factories.yml: prod: logger: class: sfAggregateLogger param: level: err loggers: sf_file_err: class: sfFileLogger param: ...
0
votes
0answers
39 views

How to log to file Debug.Writeline using enterprise library?

Note: I already know how to log Debug.WriteLine calls using a standard TextWriterTraceListener into a file. I tried following this example, it seems to be logging all my calls from the Enterprise ...

1 3 4 5 6 7 205