Skip to content

Commit c35c8c7

Browse files
committed
Fix typos in the developer_notes vignette
1 parent 1672327 commit c35c8c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vignettes/developer_notes.Rmd

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo ./build.sh
3131

3232
## Local logging for development work
3333

34-
When doing development work, it's useful to have a local log database. This allows you to initialize logging as you test your scripts without throwing an error and even test the write to the log on success or failure. REDCap Custodian provides an example logging system in the form of a `docker-compose.yml` and a database schema at `./rcc.log.db/`. You can start the logging database with these commands:
34+
When doing development work, it's useful to have a local log database. This allows you to initialize logging as you test your scripts without throwing an error and then test the write to the log on success or failure. REDCap Custodian provides an example logging system in the form of a `docker-compose.yml` and a database schema at `./rcc.log.db/`. You can start the logging database with these commands:
3535

3636
```sh
3737
cd ./rcc.log.db/
@@ -40,4 +40,3 @@ docker-compose up -d
4040

4141
By default, a PHPMyAdmin interface is accessible at http://localhost:9080/. That and other configuration parameters are defined in `./rcc.log.db/.env`. These same parameters are used in
4242
`./study_template/example.env`. Using those example values in your local environment files will allow all your scripts across all you redcap custodian projects will allow them to share this logging database.
43-
=======

0 commit comments

Comments
 (0)