mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-02 03:27:07 +00:00
Merge pull request #3922 from chenglch/dblog
Add description for the issue that may lose log
This commit is contained in:
commit
fe8f758efe
@ -399,6 +399,9 @@ site Attributes:
|
||||
2: Besides the log from level 1, trace the event to build the cache for the table
|
||||
3: Besides the log from level 2, trace the event with cache hit
|
||||
4: Besides the log from level 3, trace the SQL statement for the db access
|
||||
With this configuration, xcat will send the log to syslog very frequently, some of the
|
||||
log may be lost if imjournal is enabled by rsyslog.
|
||||
Please see https://github.com/xcat2/xcat-core/issues/3910 for the detail.
|
||||
|
||||
-----------------------
|
||||
VIRTUALIZATION ATTRIBUTES
|
||||
|
@ -1252,7 +1252,10 @@ passed as argument rather than by table value',
|
||||
" 1: trace the calls of database subroutines \n" .
|
||||
" 2: Besides the log from level 1, trace the event to build the cache for the table \n" .
|
||||
" 3: Besides the log from level 2, trace the event with cache hit \n" .
|
||||
" 4: Besides the log from level 3, trace the SQL statement for the db access \n\n" .
|
||||
" 4: Besides the log from level 3, trace the SQL statement for the db access \n" .
|
||||
" With this configuration, xcat will send the log to syslog very frequently, some of the \n".
|
||||
" log may be lost if imjournal is enabled by rsyslog. \n".
|
||||
" Please see https://github.com/xcat2/xcat-core/issues/3910 for the detail.\n\n" .
|
||||
" -----------------------\n" .
|
||||
"VIRTUALIZATION ATTRIBUTES\n" .
|
||||
" -----------------------\n" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user