Changes

Jump to navigation Jump to search
m
no edit summary
Line 107: Line 107:     
Later you will see how to access the "debug" property in your perl code which can be used to switch on and off diagnostic information.
 
Later you will see how to access the "debug" property in your perl code which can be used to switch on and off diagnostic information.
 +
 +
Here's the contents of my "/etc/e-smith/templates-custom/usr/share/smanager/conf/srvmngr.conf/30other":<syntaxhighlight lang="perl">
 +
    modules_dir => 'lib/SrvMngr/Controller',
 +
    webapp => 'smanager',
 +
    mode => 'development',
 +
    debug => 1,
 +
\}
 +
</syntaxhighlight>

Navigation menu