aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-20vty: Register logp cmd next to logging commandsPau Espin Pedrol1-2/+3
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr1-0/+41
2019-08-02Get rid of osmo_str_tolower() use inside libosmocore codePau Espin Pedrol1-11/+13
2019-07-30vty/logging_vty.c: fix writing of 'print category-hex'Vadim Yanitskiy1-0/+2
2018-10-01vty logging: fix crash when missing 'logging enable'Neels Hofmeyr1-0/+8
2018-09-25logging_vty: Ensure writing well-formed config filesHarald Welte1-9/+9
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+24
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-20/+57
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr1-7/+23
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr1-12/+22
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr1-6/+61
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr1-7/+4
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr1-2/+8
2018-07-25logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol1-7/+1
2018-06-09vty: Add logging_vty_add_deprecated_subsysHarald Welte1-0/+21
2018-02-06vty: fix 'logging print file' outputNeels Hofmeyr1-8/+11
2018-01-19logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr1-0/+27
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr1-0/+19
2018-01-17logging: add ability to log the log-level with API and vtyNeels Hofmeyr1-0/+21
2018-01-05Use 127.0.0.1 for GSMTAP logging by defaultMax1-3/+3
2017-12-12logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr1-2/+11
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-10-16[doc] Don't add libosmovty bits to libosmocore groupsHarald Welte1-10/+15
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-1/+0
2017-07-10Ignore broken everything log levelMax1-2/+9
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+4
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-1/+1
2017-06-12update/extend doxygen documentationHarald Welte1-0/+12
2017-05-09vty: cleanup logging functionsMax1-3/+3
2017-04-23fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz1-1/+1
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-2/+2
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr1-2/+2
2016-12-11Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr1-1/+2
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+32
2016-11-15vty: Skip printing non-initialized log categoriesDaniel Willmann1-0/+3
2015-03-20vty: Fix writing the logging of categoryMichael McTernan1-1/+1
2015-01-27vty: Fix typo in the state creationHolger Hans Peter Freyther1-1/+1
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther1-3/+46
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-2/+6
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck1-2/+1
2013-07-14vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther1-1/+1
2013-03-19logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte1-0/+4
2013-03-13logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte1-0/+6
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther1-81/+4
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-4/+81
2012-10-22logging: Make sure to install standard "end" command in VTY nodeHarald Welte1-0/+2
2012-10-22logging: Don't forget to save "logging filter all 1"Harald Welte1-0/+4
2012-07-25vty: Document the .TEXT of the descriptionHolger Hans Peter Freyther1-1/+2
2011-10-03vty: Provide documentation for all logging facilitiesHolger Hans Peter Freyther1-1/+10