Thanks! I dont mind having a complex Sysconfig.pm I have loads of custom
stuff in there.
I was looking at the log4perl setup in Sysconfig.pm and cant figure out
what its is supposed to do?
Where is the log file located?
I see this in the 1.4 configuration:
# Log4perl configuration
our $log4perl_c
sorry for the blank reply. Trying again:
On Mon, May 19, 2014 at 8:50 PM, Chris Travers wrote:
>
>
>
> On Mon, May 19, 2014 at 2:19 PM, wrote:
>
>> Dear Ledgersmb developers in order for me to debug applications I use a
>> what I call a 'stack trace'. To do this in Ledgersmb I have some code i
On Mon, May 19, 2014 at 2:19 PM, wrote:
> Dear Ledgersmb developers in order for me to debug applications I use a
> what I call a 'stack trace'. To do this in Ledgersmb I have some code in
> the beginning of every subroutine like so:
>
> if ( ${LedgerSMB::Sysconfig::debug} ) {
> open FIL
Dear Ledgersmb developers in order for me to debug applications I use a
what I call a 'stack trace'. To do this in Ledgersmb I have some code in
the beginning of every subroutine like so:
if ( ${LedgerSMB::Sysconfig::debug} ) {
open FILE, '>>', "../debug.txt";
my $debug_sub = ( c