systemd-cat Flashcards

1
Q

systemd-cat

A

systemd-cat may be used to connect the standard input and output of a process to the journal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

systemd-cat

  • t, –identifier=STRING
  • p, –priority=PRIORITY

–stderr-priority=PRIORITY

–level-prefix=BOOL

A
  • t, –identifier=STRING, Set syslog identifier.
  • p, –priority=PRIORITY, Set priority value (0..7)

–stderr-priority=PRIORITY, Set priority value (0..7) for stderr.

–level-prefix=BOOL, Control whether level prefix shall be parsed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

SYSLOG PRIORITY #

0

1

2

3

4

5

6

7

A

0 = LOG_EMERG, System is unusable.

1 = LOG_ALERT, Action must be taken immediately.

2 = LOG_CRIT, Critical conditions.

3 = LOG_ERR, Error conditions.

4 = LOG_WARNING, Warning conditions.

5 = LOG_NOTICE, Normal, but significant, conditions.

6 = LOG_INFO, Informational message.

7 = LOG_DEBUG, Debug-level message.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly