/etc/ganesha/gpfs.ganesha.log.conf is in nfs-ganesha-gpfs 2.6.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | LOG
{
Default_log_level = EVENT;
Facility {
name = FILE;
destination = /var/log/ganesha/nfs-ganesha.log;
max_level = FULL_DEBUG;
headers = all;
enable = idle;
}
Format {
date_format = ISO-8601;
time_format = ISO-8601;
EPOCH = TRUE;
CLIENTIP = FALSE;
HOSTNAME = TRUE;
PID = TRUE;
THREAD_NAME = TRUE;
FILE_NAME = FALSE;
LINE_NUM = FALSE;
FUNCTION_NAME = TRUE;
COMPONENT = TRUE;
LEVEL = TRUE;
}
Components {
# Eg. COMPONENT = LEVEL;
ALL = EVENT;
}
}
|