summaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
Commit message (Expand)AuthorAgeFilesLines
* logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy2019-11-211-1/+1
* logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy2019-11-211-2/+1
* logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy2019-11-201-1/+0
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-091-88/+113
* vty: Register logp cmd next to logging commandsPau Espin Pedrol2019-08-201-2/+3
* add vty logp command to echo on all log targetsNeels Hofmeyr2019-08-131-0/+41
* Get rid of osmo_str_tolower() use inside libosmocore codePau Espin Pedrol2019-08-021-11/+13
* vty/logging_vty.c: fix writing of 'print category-hex'Vadim Yanitskiy2019-07-301-0/+2
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-011-0/+8
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-9/+9
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+24
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-20/+57
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-131-7/+23
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-131-12/+22
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-131-6/+61
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-071-7/+4
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-271-2/+8
* logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol2018-07-251-7/+1
* vty: Add logging_vty_add_deprecated_subsysHarald Welte2018-06-091-0/+21
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr2018-01-191-0/+27
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-0/+19
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+21
* Use 127.0.0.1 for GSMTAP logging by defaultMax2018-01-051-3/+3
* logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr2017-12-121-2/+11
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-161-10/+15
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-1/+0
* Ignore broken everything log levelMax2017-07-101-2/+9
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-1/+1
* update/extend doxygen documentationHarald Welte2017-06-121-0/+12
* vty: cleanup logging functionsMax2017-05-091-3/+3
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-2/+2
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-2/+2
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+32
* vty: Skip printing non-initialized log categoriesDaniel Willmann2016-11-151-0/+3
* vty: Fix writing the logging of categoryMichael McTernan2015-03-201-1/+1
* vty: Fix typo in the state creationHolger Hans Peter Freyther2015-01-271-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-3/+46
* logging: Add ability to save/print current log filtersHarald Welte2014-08-251-2/+6
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-081-2/+1
* vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther2013-07-141-1/+1
* logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte2013-03-191-0/+4
* logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte2013-03-131-0/+6
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-271-81/+4
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-271-4/+81