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

Missing configuartion varaiable custom_live_log_socket_url #710

Open
tigerduck42 opened this issue Jan 22, 2024 · 1 comment
Open

Missing configuartion varaiable custom_live_log_socket_url #710

tigerduck42 opened this issue Jan 22, 2024 · 1 comment

Comments

@tigerduck42
Copy link

Summary

I had issues to get the live log running. So I looked at the code and found a config parameter custom_live_log_socket_url which is used in

https://github.com/jhuckaby/Cronicle/blob/master/htdocs/js/pages/JobDetails.class.js#L869

but it was never initialised.

See https://github.com/jhuckaby/Cronicle/blob/master/lib/api/config.js#L32-L4

Your Setup

Operating system and version?

Ubuntu: 20.04

Node.js version?

v21.6.0

Cronicle software version?

Cronicle: 0.9.40

Are you using a multi-server setup, or just a single server?

Single-server

Are you using the filesystem as back-end storage, or S3/Couchbase?

Filesystem

@jhuckaby
Copy link
Owner

Yeah, this feature never really got implemented. It was a half-baked attempt at trying to solve log watcher issues people were having, but it died on the vine. What you are seeing in JobDetails is just leftover, unused code.

This feature was replaced with things like web_direct_connect, web_socket_use_hostnames and socket_io_transports.

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

No branches or pull requests

2 participants