Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit cddb746

Browse files
committed
Log the worker server
1 parent 608316e commit cddb746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/common/js/bookfuncs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ async function handlePageSetup() {
190190
console.error(`Error setting timezone ${e}`);
191191
}
192192
}
193+
console.log(`This page served by ${eBookConfig.served_by}`);
193194
if (eBookConfig.isLoggedIn) {
194195
mess = `username: ${eBookConfig.username}`;
195196
if (!eBookConfig.isInstructor) {

0 commit comments

Comments
 (0)