# Copyright (c) 2010 Flowerfire, Inc. All Rights Reserved. log4j = { plugin_version = "0.1" info.1.manfacturer = "Sun Microsystems" info.1.device = "log4j (with your format string)" info.1.version.1 = "" # 2011-03-23 - 0.1 - GMF - Initial implementation. # The name of the log format log.format.format_label = "log4j Custom Log Format" log.miscellaneous.log_data_type = "other" log.miscellaneous.log_format_type = "other" # The log is in this format if any of the first ten lines match this regular expression log.format.autodetect_regular_expression = "this format cannot be autodetected" # Use a very large number for maximum_text_length, to allow the message field to show the full traceback. statistics.sizes.table_cell.maximum_text_length = "100000" # Log fields log.fields = { } # log.fields # Log Filters log.filters = { mark_entry = { label = '$lang_admin.log_filters.mark_entry_label' comment = '$lang_admin.log_filters.mark_entry_comment' value = 'events = 1;' } # mark_entry } # log.filters database.numerical_fields = { events = { default = true requires_log_field = false entries_field = true } # events } # database.numerical_fields create_profile_wizard_options = { date_time_tracking = true # How the reports should be grouped in the report menu report_groups = { date_time_group = "" } # report_groups snapons = { parser = { name = "parser" label = "log4j Parser" # LM snapon = "log4j_parser" parameters = { pattern_layout.parameter_value = "" } # parameters parameters_form = { group_1 = { description = "$lang_admin.snapons.log4j_parser.parameters_form.group_1.description" parameters = { pattern_layout = true } # parameters } # group 1 } # parameters_form } # concurrent_connections # Add the standard reports add_standard_reports = { name = "add_standard_reports" label = "add_standard_reports" snapon = "add_standard_reports" } # add_standard_reports } # snapons } # create_profile_wizard_options } # log4j