I installed tutum/ubuntuvm in the local docker.
When I log in ubuntuand execute the command below.
logger "Test Logging"
I can not find the file in which it was registered. On my local system, I see a file system.logor syslogor messagesin /var/log. But when I check /var/login the container, I can not find such a file.
root@fbc4ae457ad9:~
total 316
drwxrwxr-x 6 root syslog 4096 Jun 20 16:49 .
drwxr-xr-x 16 root root 4096 Jun 20 16:42 ..
-rw-r
drwxr-xr-x 2 root root 4096 Mar 17 15:17 apt
-rw-r
-rw-rw
-rw-r
-rw-r
-rw-r
drwxr-xr-x 2 root root 4096 Mar 15 04:34 fsck
-rw-rw-r
drwxr-xr-x 2 root root 4096 Apr 11 2014 upstart
-rw-rw-r
I check upstartanother directory too, but they are all empty.
Which file should I check for systemlog?
source
share