Tagged Questions

0
votes
2answers
17 views

How to record the name of the file/line that called the current function in PHP?

I am writing a lightweight logging class in php. How do I automatically record the filename/function/line number where the function in the Log class is being called from and save the line number and …
1
vote
1answer
23 views

How to get HTTP::Proxy to log filter information

I'm having some trouble getting filters working with HTTP::Proxy and I just can't seem to figure out what I should add to the logmask() function to get that information. I've got a log file, that …
0
votes
2answers
12 views

Best practices for logging on top of logging levels

Generally, log levels can be switched to get different level of detailed logs. Usually a lowest level of log often can help one to identify which area of the codes could be wrong. To further debug, …
2
votes
3answers
117 views

Threadsafe logging

Hi All! I want to implement a simple class for logging from multiple threads. The idea there is, that each object that wants to log stuff, receives an ostream-object that it can write messages to …
1
vote
6answers
34 views

What information should/shouldn’t an error page display in a web application?

I'm developing a number of error views for an ASP.NET MVC application (a not-found, unknown and general error view) and I'm curious to know how others would answer these questions: What kind of …
2
votes
6answers
48 views

Physical/in-Memory database. (for logging purposes on my website)

We all know MYSQL. We all know memcached. I love memcached. You have a string key , and it returns a value. Dead simple. Is there a database for memory? For example, I am building a website that …
1
vote
2answers
34 views

How to log the memory consumption on Linux?

Is there any ready-to-use solution to log the memory consumption from the start of the system? I'd like to log the data to simple text file or some database so I can analyze it later. I'm working on …
2
votes
3answers
29 views

Monitor account activity for SQL Server 2005

I'm looking for the easiest way to view what users are logging into my database. We have some old user accounts that might not be getting used anymore. Instead of just turning them off and seeing who …
0
votes
3answers
54 views

Singleton Logger in Java that can log which class the log method came from and log to multiple areas/machienes

I would like to do this using java.util.logging if possible, any ideas? thanks.
0
votes
1answer
29 views

Django logging with user/ip

Hello I am using the "logging" module to log a very large amount of messages. I would like to add "user" (request.user) to the log. But while it is available in the view function, I don't want to …
0
votes
1answer
23 views

java.util.logging.config

Is there a way to set the location of the properties file withough specifying a JVM param such as -Djava.util.logging.config.file=log.properties ?
0
votes
1answer
22 views

adding date to Java util logger fileHandler name

Hi I currently have this in my .properties file: java.util.logging.FileHandler.pattern = %h/programName%u%g.log I would also like to append a timestamp / username to this so its easy to identify log …
1
vote
2answers
71 views

best practices for logging in ASP.net MVC?

What's the best way to log in ASP.net MVC? I mean any event, I'm currently using NLog but I know there are a lot of possible ways to do it.
0
votes
2answers
20 views

Is it possible to set up two FileHandlers in the same logging.properties file?

Using the logging classes in java.util.logging, is it possible to set up two different FileHandlers with different formatters that will write different logging information to two different files? I'm …
1
vote
3answers
97 views

What is mkmf.log and why does it keep showing up in my app root?

Have an app that uses git for version control. A file called mkmf.log keeps showing up in the app root, somewhat randomly. What is it? It contains: find_executable: checking for git... …

1 2 3 4 5 72 next
15 30 50 per page