Check daemon logs - Fluid Topics - 3.8

Install Fluid Topics on a Single Server

Operating system
RHEL
Category
Technical Notes
Audience
public
Version
3.8

Logs for these services can be found by running the following command:

ls -l /usr/local/afs7/logs/daemon/

The following daemon log files are listed:

-rw-r--r-- 1 antidot antidot 300 13 nov. 10:25 afs_acp.log
-rw-r--r-- 1 antidot antidot 1053 13 nov. 10:28 afs_crmanager.log
-rw-r--r-- 1 antidot antidot 483 13 nov. 10:28 afs_fork.log
-rw-r--r-- 1 antidot antidot 1470 13 nov. 10:28 afs_host.log
-rw-r--r-- 1 antidot antidot 420 13 nov. 10:25 afs_logmanager.log
-rw-r--r-- 1 antidot antidot 375 13 nov. 10:28 afs_pafmanager.log
-rw-r--r-- 1 antidot antidot 351 13 nov. 10:28 afs_querymanager.log
-rw-r--r-- 1 antidot antidot 534 13 nov. 10:25 afs_stats.log
-rw-r--r-- 1 antidot antidot 1488 13 nov. 10:28 afs_updatemanager.log
-rw-r--r-- 1 antidot antidot 327 13 nov. 10:25 bo_ac.log
-rw-r--r-- 1 antidot antidot 2784 13 nov. 10:28 bo_analytics.log
-rw-r--r-- 1 antidot antidot 120157 13 nov. 10:29 bo_server.log
-rw-r--r-- 1 antidot antidot 3017 13 nov. 10:32 fluidtopics.log

journalctl is another useful tool when viewing and manipulating systemd logs of Fluid Topics daemons.

journalctl may be used to query the contents of the systemd journal collected the by journald daemon.

Add the -u option to display messages of the specified systemd unit only (e.g. fluidtopics, fluidtopics-pdf-server etc.).

The following lines shows an example of journalctl usage:

$~> journalctl -u fluidtopics

-- Logs begin at lun. 2019-10-07 12:08:21 CEST, end at mar. 2019-10-08 11:24:31 CEST. --
oct. 07 13:25:50 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 13:40:31 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 15:19:19 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 15:32:08 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 16:49:56 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 16:55:29 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 18:49:45 fluid-frontend03 antidot_fluid_topics[171183]: done
oct. 07 19:37:57 fluid-frontend03 antidot_fluid_topics[171183]: done
...