The idea of scribe is not that of a log viewer, it is an installation program for the Entware syslog-ng and logrotate programs that allow breaking the single system log file into multiple dedicated logs for later processing or viewing, and in the case of logrotate, rotating the logs when they get larger than some desired value for ease of searching and keeping some amount of history.
The firmware system logging daemon (syslogd) is very limited in what it can do, installing syslog-ng allows people to do more with their logs. Some people use external services such a loggy to help them sort through the logs, some might use syslog-ng to push the router logs to a centralized log server, or perhaps use the router as a centralized log server. syslog-ng is incredibly powerful, but has a very steep learning curve. What I supply with scribe is just the basics of getting syslog-ng (& logrotate) installed and working, which is unfortunately not as simple as just installing it from entware. For instance, scribe takes care of ensuring that when syslogd or klogd are restarted by the system (which is fortunately predictable), they are terminated because by their nature they conflict with syslog-ng.
The webgui should still show the main system log, but many messages will be removed from it. To view all the logs, you need to ssh into your router, then "cd /opt/var/log" All of the files in that directory should be log files that are most conveniently viewed with the firmware "less" utility (e.g. "less messages"). Assuming you didn't copy any of the scripts from /opt/share/syslog-ng/examples, you may only have a couple logs there, such as crash (all the dcd crashes) or syslog-ng.log. Your main log will be called "messages", but that should be repeated in the webgui.
If you are looking for a log viewer, I'm sorry but this isn't it. This is simply a script to install and maintain a more sophisticated logging daemon than the one that is included in the router firmware.