Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Добавить возможность параметризировать вывод в консоль #385

Open
sfaqer opened this issue Jul 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sfaqer
Copy link
Contributor

sfaqer commented Jul 25, 2024

Описание сценария (кейса) использования, применения

Хотелось бы иметь возможность управлять тем какая информация будет выводится при логировании в консоль, например отключить вывод времени, т.к время уже выводится средствами билд сервера:
image

Вариант реализации новой функциональности

В конфиг файле, в блоке настроек логов, сделать console объектом, в который сложить параметры:

{
    "logging": {
        "console": {
            "enabled": true,
            "printTime": true,    // Выводить время
            "printContext": true, // Выводить контекст исполнения (Клиент\Сервер),
            "printLevel": true    // Выводить уровень сообщения (info\debug\etc)
        },
        "level": "Info"
    }
}

Дополнительная информация

@alkoleft alkoleft added the enhancement New feature or request label Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants