syntax = "proto3";
enum ServerLogLevel {
LOG_LEVEL_NONE = 0;
LOG_LEVEL_DEBUG = 1;
LOG_LEVEL_INFO = 2;
LOG_LEVEL_WARNING = 3;
LOG_LEVEL_ERROR = 4;
}