Top "Logging" questions

Computer data logging is the process of recording events in a computer program or computer system, 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.

Hide strange unwanted Xcode logs

When using the Xcode 8+ and creating a new blank project, the following logs appear when running the application: 2016-06-13 16:33:34.406093 …

ios xcode logging xcode8 ios10
Configuring Log4j Loggers Programmatically

I am trying to use SLF4J (with log4j binding) for the first time. I would like to configure 3 …

java logging log4j slf4j
Turning off hibernate logging console output

I'm using hibernate 3 and want to stop it from dumping all the startup messages to the console. I tried commenting …

java hibernate logging
The shortest possible output from git log containing author and date

How can I show a git log output with (at least) this information: * author * commit date * change I want it …

git formatting logging
Where can I find MySQL logs in phpMyAdmin?

Where can I find the MySQL's logs (errors, queries, etc.) in the phpMyAdmin interface?

mysql logging phpmyadmin
How to enable named/bind/DNS full logging?

I am trying to find the perfect logging clause in named.conf that would help me enable full-level logs for …

logging dns bind named
Using logging in multiple modules

I have a small python project that has the following structure - Project -- pkg01 -- test01.py -- pkg02 …

python logging config
How to configure slf4j-simple

api 1.7 and slf4j-simple as implementation. I just can't find how to configure the logging level with this combination. Can …

java logging slf4j
Save Screen (program) output to a file

I need to save the whole output of Screen to a file to check later all the content. The reason …

logging buffer dump gnu-screen
log4j configuration via JVM argument(s)?

What variables do I have to set/pass as arguments to the JVM to get log4j to run properly? …

java logging log4j