You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
name changes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Calpont Database Platform Logging
|
||||
# MariaDB Columnstore Database Platform Logging
|
||||
|
||||
source s_infinidb {
|
||||
source s_columnstore {
|
||||
# message generated by Syslog-NG
|
||||
internal();
|
||||
# standard Linux log source (this is the default place for the syslog()
|
||||
@ -45,33 +45,33 @@ destination d_data_mods{
|
||||
};
|
||||
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local1crit);
|
||||
destination(d_crit);
|
||||
};
|
||||
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local1err);
|
||||
destination(d_err);
|
||||
};
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local1warning);
|
||||
destination(d_warning);
|
||||
};
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local1info);
|
||||
destination(d_info);
|
||||
};
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local1debug);
|
||||
destination(d_debug);
|
||||
};
|
||||
log{
|
||||
source(s_infinidb);
|
||||
source(s_columnstore);
|
||||
filter(f_local2crit);
|
||||
destination(d_data_mods);
|
||||
};
|
||||
|
Reference in New Issue
Block a user