⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
liblog-log4perl-perl
/
examples
/
View File Name :
log4j-manual-1.conf
# From the Log4j manual at # http://jakarta.apache.org/log4j/docs/manual.html # (Just replaced ConsoleAppender by BufferAppender for testing) # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 # A1 is set to be a BufferAppender (a ConsoleAppender for testing). log4j.appender.A1=Log::Log4perl::Appender::TestBuffer # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %t - %m%n