1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

45 commits

Author SHA1 Message Date
77f3033007 log: remove indention feature complete for better compatability with new C++ logger 2018-07-16 14:42:11 +02:00
26541bae79 log: fix logging to syslog 2018-07-06 14:13:01 +02:00
9e15dfdc34 log: only show indention markers in console logs, not files 2018-07-06 14:12:48 +02:00
4d09482fdb Merge branch 'infiniband' into develop
# Conflicts:
#	Makefile
#	Makefile.config
#	Makefile.help
#	lib/Makefile.villas-ext.inc
#	lib/Makefile.villas.inc
#	lib/memory.c
#	lib/nodes/Makefile.inc
2018-07-04 16:50:36 +02:00
Dennis Potter
08682bec9b Added LOG_IB 2018-07-04 16:34:08 +02:00
fc6f63b192 cmake: change sub-libraries to be statically linked 2018-07-03 18:25:15 +02:00
76073cddcf log: fix window size when running inside docker, CI or debugger 2018-05-23 00:38:37 +02:00
63a4634d57 refactor: log_{start,stop} -> log_{open,close} 2018-05-12 18:14:24 +02:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
7def6349d5 bugfixes 2017-09-16 15:33:30 +02:00
04509a4a2a log: improve handling of terminal width 2017-09-16 15:00:42 +02:00
b27a4ba652 log: add support for logging to syslogd 2017-09-16 11:32:04 +02:00
2e324d8177 log: set epoch already in log_init() 2017-09-06 23:29:29 +02:00
d40d0cd29e log: change alignment of log output 2017-08-22 12:13:38 +02:00
3d3eb1430b log: do proper default initialization 2017-08-20 10:53:41 +02:00
b59a989278 cleanup trailing whitespaces 2017-07-25 12:07:06 +02:00
cc6f6a6132 log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
4eac149e22 log: add missing string of LOG_ADVIO facility 2017-06-17 19:34:00 +02:00
31cbd1b362 improve log output 2017-06-17 18:55:37 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Georg Reinke
f5aba31045 remove libconfig references from libvillas-ext 2017-04-26 11:58:12 +02:00
3d46a3d344 fix some aborts due to destruction of uninitialised objects 2017-04-02 04:56:08 +02:00
a6488131c8 log: do not use carriage return when printing output
This allows us to prefix the output of villas-* tools

See: tests/integration/node-loopback.sh
2017-04-02 04:33:21 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
27f86f11ed added new option to redirect log output to a file 2017-03-14 01:49:22 -03:00
46ff3462cc show correct filename in cerror() messages 2017-03-12 17:06:33 -03:00
1ed9663532 added two new log classes for interfaces and traffic control 2017-03-12 17:06:00 -03:00
cc8984e2d0 assert instead of run-time errors 2017-03-12 17:04:43 -03:00
cdd5a2ca90 refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc.. 2017-03-11 23:50:30 -03:00
aa62c8af99 reworked new logging facilities and added a unit test for it 2017-03-07 07:13:27 -04:00
c56caf3b73 improve logging 2017-03-06 19:08:45 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
9b2b287584 log: OOP refactoring 2017-02-16 09:29:04 -03:00
32186d8426 log: support more debug log facilities 2017-02-16 09:28:16 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
b37d3df332 moved cfg_parse_{hook, node, path} to {hooks, node, path}.c 2016-11-20 12:59:37 -05:00
277589029e fixed collision of procprocessor macro 2016-06-13 17:25:09 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
90ae32058a prepared log functions for facilities 2016-06-08 22:29:30 +02:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
Renamed from server/src/log.c (Browse further)