aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-12vty/logging: logp: properly handle library specific sub-systemsVadim Yanitskiy1-0/+17
2021-04-07vty/logging: ensure consistent '%' prefix for warningsVadim Yanitskiy1-6/+6
2021-04-07vty/logging: use consistent quiting in warning messagesVadim Yanitskiy1-4/+4
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol1-0/+20
2021-01-21logging_vty: Fix saving of "logging print file .. last"Harald Welte1-1/+2
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+65
2020-10-06vty: use install_lib_element() and install_lib_element_ve()Vadim Yanitskiy1-49/+49
2020-09-29logging_vty: set osmo_stderr_target to NULL on "no log stderr"Harald Welte1-0/+2
2020-07-15vty: Avoid ultra-long multi-line strings cluttering talloc reportsHarald Welte1-0/+6
2020-01-03logging_vty.c: Avoid acquiring log tgt lock in logging level cmd when not neededPau Espin Pedrol1-4/+4
2019-11-21logging/vty: fix: actually ignore deprecated logging commandsVadim Yanitskiy1-1/+1
2019-11-21logging/vty: use LOG_LEVEL_ARGS in logging_vty_add_deprecated_subsys()Vadim Yanitskiy1-2/+1
2019-11-20logging/vty: do not print deprecated logging commands to stdoutVadim Yanitskiy1-1/+0
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-88/+113
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