logging tag

13 questions


1 answers
360 views
0
Python logging library setLevel is not working well

I was lazy to set a daily value by calling the logging library when writing each code, so I made it into a function type. But I set the level to DEBUG, but I don't know what's wrong with the message b...

1 years ago

1 answers
269 views
0
I want to log out SQL statements that I executed in log4j.

Outputs application logs before and after a specific method using Aspect.You are about to log SQL statements that were executed in JdbcTemplate.All logs except SQL statements are printed correctly.I d...

1 years ago

1 answers
433 views
0
If you use SocketHandler to send logs to ThreadingTCPServer, the program will not exit.(Related to Python logging)

Something like deadlock occurs and the program does not exit.This occurred in a program that provides server threading and bulk management of logs during parallel processing using multiprocessing base...


1 answers
328 views
0
I want to remove the Python SocketHandler waiting state.

PurposePython performs multi-process operations and logs each process on a log server, or part of an application's internal process.As it is part of the application's internal process, I would like to...

1 years ago

2 answers
60 views
0
I want to give Logback MDC information to Spring Boot ErrorController logs

(Multipost with Stack Overflow)We would like to give you a unique value for Spring Boot log output on a per-request basis.For this purpose, we implemented the Logback MDC with reference to Example 7.5...

1 years ago

2 answers
91 views
0
I want to intentionally print Java coredump on a Windows server.

I would like to intentionally print Java core dumps on a Windows server.If anyone knows how to output it, please let me know.EnvironmentJava(TM)SE Development Kit 11.0.12(64-bit)Windows Server 2019


1 answers
108 views
0
I want to set the initial value of branch number (%i) to 000 in log4j2.xml.

In log4j2.xml, you can set the branch number for each log rotation by setting %i as shown on the page below.Now, I would like to set the initial value (if it is logged out first) to 000.Even if the ta...

1 years ago

2 answers
54 views
0
I want to use Python logging/rotating settings on multiple modules.

Windows 10Python 3.6 directory example | -- main.py|-- modules/| |--_init__.py| ` -- funcs.py`-- log/ `-- root.logIf you want to log from multiple modules (from main.py and from funcs.py), https://doc...

1 years ago

1 answers
74 views
0
Monitoring Information Sent to the Outside (Trying to)

I have a question about both PC (Windows, Mac, Linux) and smartphone (iOS, Android). Can I check the information I sent to the outside world or check the contents of what I'm going to send and block i...


1 answers
65 views
0
Unable to locate Chromium log for Ubuntu 19.10

I'm using Ubuntu 19.10, but I don't know where the Chromium logs are.Where is it?I am working on Chromium from selenium, and some error occurs, so I would like to see Chromium's log at that time.If yo...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.