Renamed log files to message,error,trace and debug.
This commit is contained in:
parent
285a245893
commit
df70fe8a4e
@ -308,7 +308,7 @@ const char* get_suffix_default(void)
|
||||
|
||||
const char* get_debug_prefix_default(void)
|
||||
{
|
||||
return "skygw_debug";
|
||||
return "debug";
|
||||
}
|
||||
|
||||
const char* get_debug_suffix_default(void)
|
||||
@ -318,7 +318,7 @@ const char* get_debug_suffix_default(void)
|
||||
|
||||
const char* get_trace_prefix_default(void)
|
||||
{
|
||||
return "skygw_trace";
|
||||
return "trace";
|
||||
}
|
||||
|
||||
const char* get_trace_suffix_default(void)
|
||||
@ -328,7 +328,7 @@ const char* get_trace_suffix_default(void)
|
||||
|
||||
const char* get_msg_prefix_default(void)
|
||||
{
|
||||
return "skygw_msg";
|
||||
return "messages";
|
||||
}
|
||||
|
||||
const char* get_msg_suffix_default(void)
|
||||
@ -338,7 +338,7 @@ const char* get_msg_suffix_default(void)
|
||||
|
||||
const char* get_err_prefix_default(void)
|
||||
{
|
||||
return "skygw_err";
|
||||
return "error";
|
||||
}
|
||||
|
||||
const char* get_err_suffix_default(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user