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

Добавить шаги по управлению полной отладкой логов OneScript #142

Closed
artbear opened this issue Sep 18, 2018 · 1 comment
Milestone

Comments

@artbear
Copy link
Owner

artbear commented Sep 18, 2018

Добавить фичу со следующими шагами

//я включаю полную отладку логов пакетов OneScript
Процедура ЯВключаюПолнуюОтладкуЛоговПакетовOnescript() Экспорт
	УстановитьПеременнуюСреды("LOGOS_LEVEL", "DEBUG");
КонецПроцедуры

//я выключаю полную отладку логов пакетов OneScript
Процедура ЯВыключаюПолнуюОтладкуЛоговПакетовOnescript() Экспорт
	УстановитьПеременнуюСреды("LOGOS_LEVEL", "");
КонецПроцедуры
@artbear artbear added this to the 1.8.0 milestone Sep 18, 2018
artbear added a commit that referenced this issue Sep 23, 2018
+ я включаю полную отладку логов пакетов OneScript
+ я выключаю полную отладку логов пакетов OneScript
@artbear
Copy link
Owner Author

artbear commented Sep 23, 2018

Выполнено

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant