I am new to the Perl and while doing with my new CR I stuck at the Perl code which is using Log4perl package.
Already developed code is using this package and in the configuration file of this package has this configuration:
log4perl.appender.Logfile.max = 2
log4perl.appender.Logfile.size = 10_000
log4perl.appender.Logfile = Log::Dispatch::FileRotate
Can I get the information about these parameters in the configuration file, and perhaps change them?