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)

4
votes
0answers
158 views

Logs that are visible on iOS5 are not visible on iOS 6 (only on device)

I am using the asl logging framework to log various errors levels and then display them using a method. The error I have is very strange, the method that I use to display the all levels logs works on ...
4
votes
0answers
68 views

Two different applications hosted on JBoss Portal Server are having combined logging

On JBoss Portal Server 2.7.2, we have two different wars having log4j.xml seperately in them are having combined logger entries. We are using commons-logging over log4j. App1 configured File1.log as ...
3
votes
0answers
200 views

How can I use slf4j 1.7.2 in JBoss 6?

Logging statements in my code, on the server-side, currently go from the SLF4J 1.7.2 API through the slf4j-log4j12 binding, through JBoss 6's log4j logmanager, into JBoss-logging. I am eliminating my ...
3
votes
0answers
64 views

What does the “time” field in the log indicate, exactly?

I've been studying the W3C format log files in IIS 7.5 for a while on a server with some performance issues, and it seems to me that, contrary to MSDN documentation, the "time" field is not "the ...
3
votes
0answers
69 views

How to view XULRunner logs?

I have an XULRunner-based application that is crashing, for reasons I do not understand. To help pin down the problem, I would like to view any and all logs produced by XULRunner. To that end: Does ...
3
votes
0answers
171 views

Implementing a DBAppender for logback to insert logs into a CouchDB

I need to be able to implement a DBAppender for logback to write event logs into a CouchDB using Java. For a conventional Relational DB, this is done by extending DBAppenderBase. Does anyone know how ...
3
votes
0answers
103 views

requests tracking logger

I am stuck at tracking requests. It is easy to get the component name and time (using aspect-oriented programming) but I don't have the ID of request (requestID) I need logs like this: RequestID ...
3
votes
0answers
362 views

Strange behavior of Logback - empty files

I'm refurbishing old system that used logback, some simple stuff ( 3 appenders, 2 loggers ). Now in next version of system ( or re-implementation as the previous version was stolen with notebook and ...
3
votes
0answers
331 views

startActivity open gallery apps but not the drawable jpg image ( Android 4.0 )?

I got a very simple android application to open an image in gallery from drawable. But when I run it on the Galaxy Nexus (4.0.2) using debugging mode it open the gallery but not the image. I'm sure i ...
3
votes
0answers
848 views

Where does Xcode 4 store its subversion log?

I have a problem communicating with our SVN server and would like to see what the conversation between Xcode 4 and SVN looks like. We're using https, so I can't wire shark it, and would prefer to look ...
3
votes
0answers
582 views

How to debug MATLAB (java) error: timeout waiting for window to show up?

I'm trying to run a MATLAB program that creates a GUI in six different figures. The last figure(...) command times out with: "UIJ_AreThereWindowShowsPending - timeout waiting for window to show ...
3
votes
0answers
148 views

Any simple logging library that support .NET Micro Framework 4.1?

log4net and NLog have support for Compact Framework but not for Micro Framework. Are there any ports of those projects to Micro Framework?
3
votes
0answers
311 views

NLog Custom Target XSD Warnings

I have created a custom target for NLog and it works fine, but when I am editing the nlog.config file I get a warning that This is an invalid xsi:type ...
3
votes
0answers
420 views

Logging: Slf4j flush()?

I need to flush all slf4j loggers, is it possible to do so without using implementation-specific code (like in How do you flush a buffered log4j FileAppender? ? (I use slf4j-log4j12 ver. 1.5.11) ...
3
votes
0answers
266 views

Logging for JBoss 3.2.5 Java EE Client

I'm trying to find out why a Java EE client (stand alone Java program that uses jbossall-client.jar) is failing to connect to a Java EE Server so it would be good to enable logging that occurs from ...
2
votes
0answers
27 views

Organizing and analyzing logs in an asynchronous Scala web application

In the old days, when each request to a web application was handled by one thread, it was fairly easy to understand the logs. One could, for example, use a servlet filter to name the thread that was ...
2
votes
0answers
10 views

Unable to send log messages form celery task to Sentry

I'm having an issue logging to Sentry from within a celery task. Errors in tasks work fine. However, when I try to manually log an event, it gets logged to the celery logs, but not to the sentry ...
2
votes
0answers
30 views

Logging wordpress errors on AWS AMI server

so I have a basic out of the box wordpress installation setup on my instance of a ec2 AMI server. I want to set up wordpress logging. I checked that logging is set to true in my wp-config.php file, ...
2
votes
0answers
44 views

Is switching within a log wrapper evil?

This is one of those questions that really wouldn't be worth anyone's time under normal circumstances but... The built in Android logging framework uses seperate methods for log messages of different ...
2
votes
0answers
61 views

Extract ASL log entries written by ask_log

I'm using CocoaLumberjack with DDASLLogger to get log entries to the ASL, and I want to have a single log with both misc NSLog:ed output from 3:rd party and my own logs as well in the same log. To ...
2
votes
0answers
20 views

Custom log not being written to

Rails has deprecated log.auto_flushing in 3.2. Using file.sync is the recommended solution. I have a custom logger file set up by an initializer and subscribe to active support notifications that log ...
2
votes
0answers
79 views

How C# msbuild use build engine log

I wanna use msbuild in C#, there are 2 approach: we have a build engine to compile some xmls, and the engine has its own logging system. 1) Call msbuild in C# Process P=new Process(); ...
2
votes
0answers
35 views

How to query Appengine Logs API for logs from ALL versions of app?

I'm trying to use the Logs API to query for logs in my application. However, I'd like to query for logs for ALL versions of my application. The log service has a query parameter called majorVersionIds ...
2
votes
0answers
38 views

Troubleshooting a configure file, suspect line found but need to log vars

I have a problem & I need help. I'm trying to compile vim with python support but very slowly getting nowhere. I've tried all sorts including work arounds/ fixes on here & other forums. ...
2
votes
0answers
55 views

Android Logcat Rotation Size and Number Of Rotation Parameters

Hi Android Developers! I am trying to figure out what -r and -n parameters for logcat utilitiy mean. When my log file exceeds -r number of kilobytes in size; it deletes the whole content of my log ...
2
votes
0answers
53 views

Is it straightforward to make a logging library compatible with SLF4J? What are the steps to do so?

I have an in-house logging library and I would like to make it compatible with SLF4J. Is that an easy task? What is the roadmap to accomplish this?
2
votes
0answers
158 views

tail with grep remote log files

I have this code to tail remote log files: def do_tail( session, file ) session.open_channel do |channel| channel.on_data do |ch, data| puts "[#{file}] -> #{data}" ...
2
votes
0answers
115 views

Multiple Webservices with shared web.config logging to separate flat files with Ent Lib

I'm working on a project where I'm required to use Enterprise Library v.3.1.1.0 Logging block (wish it was log4net or nlog, but I don't get a choice). We have an IIS application where several WCF ...
2
votes
0answers
72 views

Specify timezone and method name in pattern-formatter for logging in JBoss AS7

How can I specify IST Timezone and the method name in the pattern-formatter of JBoss AS7 logging subsystem? I found that we can specify the UTC timezone as: <pattern-formatter ...
2
votes
0answers
75 views

Can't see log messages of program when using ESAPI

I am a new user of ESAPI I created the ESAPI properties correctly (I think), the encryption and decryption works. However, I no longer see the log messages of the original code (it's a map/reduce ...
2
votes
0answers
146 views

Adding Boost.Log to boost libraries using CMake

I am trying to add Boost.Log to the Boost libraries using CMake, but I am having trouble when trying to link into my program. I've added a wrapper around the Boost.Log and generated a shared library ...
2
votes
0answers
102 views

Seperate versions in changelog svn->xml->xsit->html

I'm an intern and was assigned to a job far from familiarly territory, so please forgive me if my question is trivial or vague. Setting: The build.xml used when my team triggers a new version (via ...
2
votes
0answers
396 views

Windows Task Scheduler output

I have some executables that are to be scheduled to run with Windows Task Scheduler. They have output that must be seen somewhere. When running the apps through the Windows Task Scheduler, the output ...
2
votes
0answers
126 views

http payload logging on JBoss AS 7

Can anyone tell my how to enable logging of HTTP request and responce payloads on JBoss AS 7? I've found many tutorials, but none for the version 7. Thanks!
2
votes
0answers
221 views

PHP log viewer for Windows

Is there a piece of software to view and analyze PHP error log under Windows? What I need is to group errors by script name, so I can analyze it script by script.
2
votes
0answers
127 views

CocoaLumberjack and NSLog in other libraries

I'm using CocoaLumberjack for all the logging in my app. Using this I can log straight to a file by using DDLogVerbose(...) or any of the available variants. I'm also using fmdb (SQLite wrapper). The ...
2
votes
0answers
127 views

create custom log file for every time controller action is run?

I would like to create a log file for every time I run true controller#action to better debug a complex controller action in my application. My controller: class GameController < extends ...
2
votes
0answers
308 views

CDI Injection and serialization

I'm considering to use CDI injection for slf4j logger, so I've created a producer. I'm injecting it into an ApplicationScoped bean which is serializable: @ApplicationScoped public final class ...
2
votes
0answers
276 views

In Facebook.java getAccessToken() is returning null even after login into facebook

Even though the user is Logged in into Facebook, in Facebook.java file getAccessToken() is returning null.
2
votes
0answers
292 views

How can I read Background Intelligent Transfer Service (BITS) log?

How can I read Background Intelligent Transfer Service (BITS) log? I found the following blog: http://blogs.msdn.com/b/heaths/archive/2008/07/07/enable-bits-logging.aspx but it's creates binary ...
2
votes
0answers
154 views

Is there any way to log Excel Add-In Exception (no code change)?

We have an old Excel COM AddIn written in C# which has no log built-in. Now one client has an issue, when he clicks one ribbon button, a windows form shows up for half a second and then disappears. ...
2
votes
0answers
183 views

how to set seleniumserver loglevel to info?

I am trying to start selenium and selenium server in the same instance. And I use RemoteControlConfiguration.setLogOutFileName($myFileName) to appoint my log files, but I get the log in debug mode ...
2
votes
0answers
1k views

How to get the SOAP request message with Java and Axis 1.4

For the purposes of logging, I need to get the content of SOAP request and SOAP response. In general I have 2 alternatives: to extend part of Axis API (BasicHandler) and to create an interceptor, ...
2
votes
0answers
48 views

Celery truncates log messages

My Celery log consistently truncates (not very) long error messages, like this: [2012-04-08 04:53:10,084: INFO/MainProcess] Task mainapp.tasks.async_submitter[2df2fe93-156b-4944-9ecf-c55ba53e8aaa] ...
2
votes
0answers
116 views

Do you use JSON for logging?

I have seen people talking about logging in JSON, for example this post, but I have actually never tried it. I believe that a log file in JSON format is much easier for loading into a logging database ...
2
votes
0answers
270 views

What is the difference betwen AsyncWrapper and BufferingWrapper in NLog v2?

I was looking over some of the best practices for NLog when I noticed following target configuration: <targets async="true"> <default-wrapper xsi:type="BufferingWrapper" ...
2
votes
0answers
395 views

Can't find Pause button in Android Logcat

I noticed there was a pause button for logcat on android SDK. I've seen it before and used it but now I can't find it or get it back. I need it so that I could read my log messages properly without it ...
2
votes
0answers
103 views

Why does rails log an empty line?

If I format the log message in Rails, I often get an empty line. For example: Started GET "/assets/jquery.ifixpng.js?body=1" for 127.0.0.1 at 2012-03-06 12:59:43 +0100 2012-03-06 12:59:43 INFO Served ...
2
votes
0answers
150 views

Formatting Java Logging

I am trying to format some java logging through a properties file, however it is not working. I have these lines in the properties file: ...
2
votes
0answers
160 views

Apache + PHP (php-fcgi) doesn't show or log errors

I've got a problem. There is Apache/2.2.16 (Debian) and PHP 5.3.3-7+squeeze8 with Suhosin-Patch (cgi-fcgi). ini_get_all() shows that display_errors is "On", same as log_errors but. When there's an ...

1 2 3 4 5 43