Comment 1 for bug 1872040

Revision history for this message
Kristin Chuang (kristinchuang) wrote :

snippets of related discussion

<spineau> snap set core service.rsyslog.disable=false
<robertliu> spineau, on uc18, the option was removed. there is no rsyslogd in core18.
<spineau> ah
<robertliu> you can just 'mkdir /var/log/journal && reboot'
...
<robertliu> maybe restart journald also apply the setting.
...
<robertliu> spineau, btw, journalctl can show a time range of logs. it's not necessary to include all logs.
<spineau> robertliu: we could record the session start to use it later as a marker, I'm already doing that for connections tests where I want to extract logs for NM/MM only for the time window of the corresponding test, e.g:
<spineau> https://git.launchpad.net/plainbox-provider-checkbox/tree/units/wwan/jobs.pxu#n40
<spineau> setting an arbitrary value won't work for sure even if the average is ~2h for lab runs
<robertliu> spineau, cool