⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.25
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
liblog-log4perl-perl
/
examples
/
View File Name :
log4j-manual-2.conf
# From the Log4j manual at # http://jakarta.apache.org/log4j/docs/manual.html # (Just replaced ConsoleAppender by BufferAppender for testing) log4j.rootLogger=DEBUG, A1 log4j.appender.A1=Log::Log4perl::Appender::TestBuffer log4j.appender.A1.layout=org.apache.log4j.PatternLayout # Print the date in ISO 8601 format log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n # Print only messages of level WARN or above in the package com.foo. log4j.logger.com.foo=WARN