# Rules and Syntax for this file: # # If the property you are currently specifying # fits in one of the categories herein (delimited by -------) # then define it in the group # # If the property does not fit in one of the categories, # please choose an appropriate name for a category # and add it to the file, following the same logic present # # Please prefix your property with a lower case simple # identifier so that it can be easely identified elsewhere # # Please specify a @message metadata that is easy to understand # by non-technical personel # # Please use the @type most appropriate for the property # you are defining and only use the general string type # if your property is freeform # # Use the type "default" or "nullableDefault" if your property has just # one possible value, even if you indicate the options and # optionsValues for later replacement by a "menu" type # # Please clean all the properties that are not used anymore # and don't expect others to comment on the properties that # you defined... Do it yourself from the beggining. It will # be easier even for you in the future. # # Mainly this indications are just common sense rules... # Follow them so that the system is easy for you and others # to build... # # Please feel free to propose and write additional rules # that you find important to keep the system clean. # #------------------------------------------------------------------------------ # Logging Configuration #------------------------------------------------------------------------------ # # @message = Directory for profile logging files # @type = path # @validatePath = yes log.profile.dir=/tmp # @message = Filename for profile logging # @type = file # @validateFile = no log.profile.filename=profileing.log # @message = Image directory for profile logging # @type = path # @validatePath = yes log.image.directory=/home/gedl/workspace/fenix-head/build/standalone/ciapl/images/logs # @message = Log4j logging smtp hostname # @type = hostname # @validate = yes log.log4j.email.smtp.host=localhost # @message = Log4j logging 'From' line # @type = string log.log4j.email.smtp.from=Me # @message = Log4j logging 'To' line # @type = string log.log4j.email.smtp.to=You # @message = Log4j logging 'Subject' line # @type = string log.log4j.email.smtp.subject=Logging information #------------------------------------------------------------------------------ # End of logging.build.properties.spec file #------------------------------------------------------------------------------