From: Gustaf N. <ne...@wu...> - 2022-07-11 10:48:48
|
Dear all, One of the feature of the NaviServer configuration file is that these are extensible, i.e. that arbitrary values can also be added for application purposes. However, this flexibility comes with the price that it is sometimes a problem to detect typos in the configuration file, or obsolete settings (e.g. some names from AOLserverver), etc. The new version on Bitbucket addresses this disadvantage by supporting now additional information about configuration values, such as - value read during startup - value is defaulted (was not set in the configuration file) - default of a value. The information is provided via tool-tips and color coding in nsstats: - black: value is set from the configuration file (showing the default between parenthesis when non-empty) - gray: value is defaulted - orange: value was set in the configuration file, but is identical to the default (not necessary to set it) - red: value was not read during startup (not necessarily wrong, but might hint to a problem) Please note, that in order to use this new feature, also the nsstats module has to be updated all the best -g |