Debugging Fautore install
Parameter: | debug |
Type: | bitwise integer |
default: | 0 |
Notes: | None |
The "debug" parameter of the Fautore installation config file is a bitwise setting, much like the "chmod" command in *nix. Setting the "debug" paramter to a value of "1" will bring forward one set of debug messages, and setting it to "2" will being forward a different set of debug messages, not the additive of messages for "1" with some more information tacked on. In order to receive the debug messages for both "1" and "2" the "debug" parameter should be set to 3.
The debug messaging system, while being of sound structure, is a bit unorganized in implementation. The below table attempts to generally catagorize the values that will be received with each debug setting:
Setting | Loose Interpretation of What You'll Get |
---|---|
1 | Confirmation of the OS being used, list of destination dirrectories, confirmation of post-install processes being run, lists of files having ownership changes and lists of files being copied. |
2 | Larger data structure dumps, debug statements for the permissions management function, |
4 | Command strings of post-install processes being run as a single string to the "system" function (native) or as a preparsed array (modified) |
8 | Prints lists of tokens found in association with their respective file names and information about log clearing. |