Skip to content

Custom Configuration Files

Austin Kline edited this page Dec 19, 2019 · 1 revision

freezer_inventory.conf

This configuration file is used for managing app configurations.

Specification File

@placement indexer

[indexing]
    * Indexing Section.
	
enable = <string>
    * Specifies if you want events indexed.

index = <string>
    * Specifies what index to put events in.
	
[logging]
    * Logging Section.

rootLevel = [DEBUG|INFO|WARNING|ERROR]
    * Specifies the root level of logging.
	
logger.freezer_inventory_endpoint-freezers = [DEBUG|INFO|WARNING|ERROR]
    * Specifies the level of logging specific to the freezers REST endpoint.

logger.freezer_inventory_endpoint-items = [DEBUG|INFO|WARNING|ERROR]
    * Specifies the level of logging specific to the items REST endpoint.

logger.freezer_inventory_endpoint-settings = [DEBUG|INFO|WARNING|ERROR]
    * Specifies the level of logging specific to the settings REST endpoint.

Clone this wiki locally