Matthias
|
7db62689c4
|
test: add test for json formatter
|
2025-03-16 09:50:58 +01:00 |
|
Matthias
|
da53b5d115
|
docs: document logging JSON format
|
2025-03-16 09:43:23 +01:00 |
|
Matthias
|
03dfe4ec45
|
feat: add jsonFormatter
|
2025-03-16 09:37:57 +01:00 |
|
Matthias
|
39288d2e53
|
test: Add fixture to prevent having disabled loggers
|
2025-03-15 08:30:32 +01:00 |
|
Matthias
|
2a6dc3e45d
|
Merge pull request #11508 from kowhi/develop
Fix the type of the fit_live_predictions_candles field in the config …
|
2025-03-15 08:05:25 +01:00 |
|
Matthias
|
5964845265
|
chore: Export json schema
|
2025-03-15 07:50:43 +01:00 |
|
kowhi
|
9911d2aa32
|
fix the type of the fit_live_predictions_candles field in the config schema
|
2025-03-15 12:23:42 +08:00 |
|
Matthias
|
bfd2c3f942
|
chore: pin freqtrade CI badge to develop branch
|
2025-03-13 20:43:53 +01:00 |
|
Matthias
|
74c837519a
|
chore: don't use deprecated pandas timeperiod
|
2025-03-13 20:40:38 +01:00 |
|
Matthias
|
415e361c66
|
docs: fix note syntax
|
2025-03-13 20:19:12 +01:00 |
|
Matthias
|
7e154c6fb6
|
chore: fix too long comment
|
2025-03-13 20:17:07 +01:00 |
|
Matthias
|
385b39ff66
|
docs: enhance logging documentation with links
|
2025-03-13 20:16:11 +01:00 |
|
Matthias
|
9d232c4949
|
docs: add log_config to supported log options
|
2025-03-13 19:58:34 +01:00 |
|
Matthias
|
85ccc31a63
|
docs: document basic log_config setup
|
2025-03-13 19:57:24 +01:00 |
|
Matthias
|
65d19c38b6
|
docs: document deprecation of --logfile syslog
|
2025-03-13 19:46:18 +01:00 |
|
Matthias
|
5b8752e649
|
chore: deprecate syslog from configuration
|
2025-03-13 19:44:44 +01:00 |
|
Matthias
|
8832bae371
|
docs: document syslog logging via log_config
|
2025-03-13 19:44:16 +01:00 |
|
Matthias
|
a85e044e99
|
docs: improve log formatting
|
2025-03-13 19:33:49 +01:00 |
|
Matthias
|
7b1ee84b34
|
chore: deprecate --logfile=journald
|
2025-03-13 19:33:20 +01:00 |
|
Matthias
|
79ebc943a2
|
docs: Document journald logging via configuration file
|
2025-03-13 19:33:09 +01:00 |
|
Matthias
|
eabcaa38e2
|
feat: try improved config schema
|
2025-03-13 19:25:18 +01:00 |
|
Matthias
|
e930221b78
|
test: update logging tests
|
2025-03-13 19:18:00 +01:00 |
|
Matthias
|
08c4f24bdf
|
test: add log setup workaround for tests
|
2025-03-13 19:18:00 +01:00 |
|
Matthias
|
56c23f9dd8
|
tests: remove unnecessary log-config
|
2025-03-13 19:18:00 +01:00 |
|
Matthias
|
6edee269d8
|
chore: deepcopy log config
|
2025-03-13 19:18:00 +01:00 |
|
Matthias
|
f9d978f16a
|
chore: migrate set_log_levels to log_config
|
2025-03-13 19:18:00 +01:00 |
|
Matthias
|
1eac77fe0b
|
chore: don't shadow built-in functions
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
a98121ea26
|
chore: update json schema
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
cc9c373a76
|
feat: update config_schema for logging
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
390b113776
|
feat: Ensure freqtrade-logger is always configured
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
bf33f8b632
|
chore: clean up log-levels
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
030dcfdd83
|
chore: extract log formatter addition
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
cd77758852
|
chore: remove some unnecessary comments
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
1aa6c2ad55
|
feat: Improve filehandler config
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
55d71cecdd
|
refactor: move root-handler adding to separate function
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
70a81c86ba
|
feat: dynamically assign error console
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
1c6c710696
|
chore: rename log_config naming
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
4ca2a043b5
|
refactor: extract log_config creation
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
41418784e3
|
feat: add log_config generator
|
2025-03-13 19:17:32 +01:00 |
|
Matthias
|
9afd572948
|
chore: add "log init from config" ...
|
2025-03-13 19:17:32 +01:00 |
|
mrpabloyeah
|
51a99f2a66
|
Add relevant metrics to backtest breakdowns (fix 2)
|
2025-03-13 14:49:24 +01:00 |
|
mrpabloyeah
|
969b0570c2
|
Add relevant metrics to backtest breakdowns (fix)
|
2025-03-13 14:29:10 +01:00 |
|
mrpabloyeah
|
e94ccece93
|
Add relevant metrics to backtest breakdowns
|
2025-03-13 13:51:35 +01:00 |
|
Matthias
|
cd435098bd
|
Merge pull request #11497 from freqtrade/update/binance-leverage-tiers
Update Binance Leverage Tiers
|
2025-03-13 06:29:31 +01:00 |
|
Freqtrade Bot
|
33659ee273
|
chore: update pre-commit hooks
|
2025-03-13 03:10:53 +00:00 |
|
Axel-CH
|
c30db9d0d6
|
Merge branch 'develop' into api-server-list-custom-data
|
2025-03-12 10:39:43 -04:00 |
|
Axel-CH
|
429505b134
|
test: add test_api_custom_data_multiple_open_trades to validate api route behaviour
|
2025-03-12 10:37:39 -04:00 |
|
Axel-CH
|
2c2cc086c3
|
test: add test_api_custom_data_single_trade to validate api route behaviour
|
2025-03-12 00:24:17 -04:00 |
|
Axel-CH
|
fe16654733
|
test: slight change on expected string in test_telegram_list_custom_data
|
2025-03-12 00:21:24 -04:00 |
|
Axel-CH
|
f85891941f
|
chore: update telegram _list_custom_data according to _rpc_list_custom_data output format change
|
2025-03-12 00:17:12 -04:00 |
|