aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/logging_vty.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07logging: add 'logging timezone (localtime|utc)'Neels Hofmeyr1-0/+28
2024-05-07logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681Neels Hofmeyr1-1/+2
2024-05-07logging vty: add 'logging print timestamp', deprecate other timestamp cmdsNeels Hofmeyr1-17/+42
2024-05-07logging: use enum to set timestamp formatNeels Hofmeyr1-7/+15
2024-05-07logging_vty.c: rename static functionNeels Hofmeyr1-4/+4
2024-05-07formalize log subsys stripping for vtyNeels Hofmeyr1-4/+3
2024-03-20Revert "Revert "logging: add log level cache""Hoernchen1-0/+7
2024-01-09Revert "logging: add log level cache"Hoernchen1-7/+0
2024-01-09logging: add log level cacheEric1-0/+7
2023-01-18Fix all references to config.hPau Espin Pedrol1-1/+1
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy1-0/+22
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-7/+25
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