vecave
March 12, 2022, 1:00pm
1
Hello. i want to know how can i do this:
the block is executed -------> combolist starts from first line
jrem
March 12, 2022, 6:08pm
2
Other then adding a block to read your own file and going from there I dont think you can effect a job’s position from within the config
few
January 21, 2023, 1:57am
3
Will this ever be a feature? @Ruri
And since I’m already pinging you, is there a way to print in the job viewer page? I’ve tried data.Logger.Log() and it only does anything in the config editor.
Ruri
January 21, 2023, 12:31pm
4
You will be able to do this after the web API is implemented. Also there is no way to print anything custom to the job logger right now.
few
January 21, 2023, 6:37pm
5
It would be fantastic if you could add the ability to print custom text to the job logger. These 2 features are something that I’ve longed for multiple times now.
Thank you for creating such a wonderful program!
Ruri
January 21, 2023, 11:49pm
6
Please, for the job logger feature request you should post an issue on github
few
January 22, 2023, 12:46am
7
Done
opened 12:29AM - 22 Jan 23 UTC
enhancement
**Is your feature request related to a problem? Please describe.**
No
**De… scribe the solution you'd like**
I think the benefits of this feature are easily seen by anybody.
The ability to print custom text or even possibly accept input in the job logger would be great for more niche situations that require attention, or simply if you wish to add more context to what exactly is going on in the job. Overall it would be a massive QoL improvement.
As a personal example, I have a config that requires a cookie that periodically needs to be refreshed. It would be great to be able to have each step of this process reflected in the job logger. This could also obviously assist with debugging your config.
**Describe alternatives you've considered**
There are currently no alternatives
**Additional context**
I was told to open a feature request here on Github. This was originally brought up on the forums.
I have also submitted an additional feature request. Thanks again!