It's been brought to our attention that having syslog in core might be a usability problem. Almost all the other core modules are features that users can turn on, and play with. Syslog, on the other hand, requires some server configuration to get it working.
Syslog is great for hosting providers who already have support for system logs, but for the first-time user or small site owner it's very confusing to enable this module and have nothing happen, with no indication as to why not.
I'd love to get feedback from users, as well as hosts like Pantheon to see how they'd feel about moving this module to contrib.
Recent comments
In a blog post titled "Github Tips and Tricks for Contrib Maintainers", I'd like to see some of the following topics: When is the README sufficient for documentation? When should...
Github Tips and Tricks for Contrib Maintainers
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout