Skip to content Skip to main navigation Skip to footer

Search: logging

6 results

Understand SPE configuration file

…Below you can find detailed description of all SPE configuration settings, together with some usage tips. Table of Contents Toggle Generic settings server.bind_ip, server.port server.identifier server.umask Paths, locations server.user.home bsapi.path server.shared.path technologies.configuration server.license Logging server.logging.level server.logging.destination server.logging.file server.logging.file.rotation server.logging.file.purge_count server.logging.enable_async server.logging.database.identifier Initialization server.require_all_configured_technologies server.technology_multithread_initialization server.technology_multithread_initialization.n_threads Database server.db.save_results server.db.engine server.db.sqlite.data_source server.db.mariadb.host, server.db.mariadb.port server.db.mariadb.db, server.db.mariadb.user, server.db.mariadb.password server.db.mariadb.options, server.db.mariadb.max_connections Audio Source Profile server.audio_source_profiles_cache_size…

Understand SPE configuration

…server.port = 8600 # Server logging # Level (trace, debug, information, warning, error, fatal) server.logging.level = information # Destination (console, file, database) # Logging to database is supported only for MySQL server.logging.destination = file # Path to file where log is stored server.logging.file = ${application.dir}log/phxspe.log Did you notice the server.logging.file directive? They present the first example of using variables in…

Releases and Changelogs (SPE)

…Fixed websocket may not be correctly closed in some cases [#4216] Changed result for SQE (see API documentation) [#4188] CPU information in benchmark results does not contains processor codename anymore (it may be inaccurate) [#4150] Stream technologies VAD and KWS now supports incremental mode (query parameter “result_mode” in POST /technologies/*/stream) [#4313] Support for logging in separate thread (configuration parameter “server.logging.enable_async”),…

Understand SPE database

…technology model, results JSON data rest_result_tae TAE processing results – file, used technology model, results JSON data rest_result_vad VAD processing results – file, used technology model, results JSON data SPE logging to database Storing SPE logs to database is available only for MariaDB / MySQL. This is mainly for performance reasons – SQLite is not designed for high concurrency, i.e….

What is User configuration file and how to use it

…directory and put the following lines in it (changing the forward extension parameter from default 750 to 1500): [vad.online_segmenter:SOnlineVoiceActivitySegmenterI] forward_extensions_length_ms=1500 Then after restarting SPE – and optionally checking in SPE log that user configuration file stt_cs_cz_5_online.bs.usr was really loaded (this information is available at the ‘trace’ logging level only) – the STT results should show end of segment less frequently….

Understand SPE directory structure

…Optionally, there might be also a phxspe.browser.log file present. This is a log file produced by SPE when it’s started by Phonexia Browser in so-called “embedded” mode. Refer to Phonexia Browser manual for more information about the “embedded SPE” mode. Location and name of SPE log files can be modified using server.logging.file option in SPE configuration file. This might be…