View Issue Details

IDProjectCategoryView StatusLast Update
0008032Talerexchangepublic2024-03-07 20:47
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeveritytrivialReproducibilityhave not tried
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.4Fixed in Version0.9.4 
Summary0008032: repeated information when loggin into journalctl
DescriptionI see repeated info when checking logs using journal, example

journalctl --user -n 10 -u taler-exchange-httpd -f

Jan 02 16:29:13 T480s taler-exchange-httpd[255542]: 2024-01-02T16:29:13.861177-0300 taler-exchange-httpd-255542(378S0QKJNHYQ274MYN7XY3SS6G) INFO Setting /keys 'Expires' header to 'Mon, 01 Jan 2024 00:00:00 GMT' (rekey frequency is 84 days)
Jan 02 16:29:13 T480s taler-exchange-httpd[255542]: 2024-01-02T16:29:13.861568-0300 taler-exchange-httpd-255542(378S0QKJNHYQ274MYN7XY3SS6G) INFO Setting /keys 'Expires' header to 'Mon, 01 Jan 2024 00:00:00 GMT' (rekey frequency is 84 days)
Jan 02 16:29:13 T480s taler-exchange-httpd[255542]: 2024-01-02T16:29:13.861734-0300 taler-exchange-httpd-255542(378S0QKJNHYQ274MYN7XY3SS6G) INFO Creating /keys at cherry pick date vie dic 29 10:49:20 2023


this means that journal is also saving
 * timedate
 * process name (or unit name)
 * PID
 * channel (info, debug)

maybe we can have some config flag to prevent process to send info that is going to be provided by journal? reducing log size and junk
TagsNo tags attached.

Activities

sebasjm

2024-01-02 21:20

developer   ~0020816

i know that there is a workaround using `-o cat`, the issue is tracked to reduce log traffic

Christian Grothoff

2024-01-08 16:29

manager   ~0020827

Fix committed to master branch.

Christian Grothoff

2024-01-08 16:30

manager   ~0020828

Technically fixed in GNUnet 42fb665c0..ad90694ec.

Related Changesets

gnunet: master ad90694e

2024-01-08 17:29

Christian Grothoff


Details Diff
fix 0008032 Affected Issues
0008032
mod - contrib/gana Diff File
mod - contrib/handbook Diff File
mod - src/lib/util/common_logging.c Diff File

Issue History

Date Modified Username Field Change
2024-01-02 21:19 sebasjm New Issue
2024-01-02 21:19 sebasjm Status new => assigned
2024-01-02 21:19 sebasjm Assigned To => Christian Grothoff
2024-01-02 21:20 sebasjm Note Added: 0020816
2024-01-02 23:49 Christian Grothoff Severity minor => trivial
2024-01-02 23:49 Christian Grothoff Status assigned => acknowledged
2024-01-08 16:29 Christian Grothoff Changeset attached => gnunet master ad90694e
2024-01-08 16:29 Christian Grothoff Note Added: 0020827
2024-01-08 16:29 Christian Grothoff Status acknowledged => resolved
2024-01-08 16:29 Christian Grothoff Resolution open => fixed
2024-01-08 16:30 Christian Grothoff Fixed in Version => 0.9.4
2024-01-08 16:30 Christian Grothoff Target Version post-1.0 => 0.9.4
2024-01-08 16:30 Christian Grothoff Note Added: 0020828
2024-03-07 20:47 Christian Grothoff Status resolved => closed