#ifndef CFG_TFTP_H
#define CFG_TFTP_H

/**
 * Module logging level.
 *
 * $WIZ$ type = "enum"
 * $WIZ$ value_list = "log_level"
 */
#define TFTP_LOG_LEVEL    LOG_LVL_WARN

/**
 * Module logging format.
 *
 * $WIZ$ type = "enum"
 * $WIZ$ value_list = "log_format"
 */
#define TFTP_LOG_FORMAT   LOG_FMT_VERBOSE

#endif /* CFG_TFTP_H */