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
MCOL-4483: Fix and consolidate log files and cpimport logging.
This commit is contained in:
@ -3,13 +3,13 @@
|
||||
# as part of the package installation
|
||||
#
|
||||
|
||||
/var/log/mariadb/columnstore/*.log {
|
||||
@ENGINE_LOGDIR@/*.log {
|
||||
missingok
|
||||
rotate 7
|
||||
daily
|
||||
dateext
|
||||
copytruncate
|
||||
olddir /var/log/mariadb/columnstore/archive
|
||||
olddir @ENGINE_LOGDIR@/archive
|
||||
su root root
|
||||
}
|
||||
@ENGINE_SYSCONFDIR@/columnstore/Columnstore.xml {
|
||||
|
Reference in New Issue
Block a user