Skip to content

Instantly share code, notes, and snippets.

@felddy
Created January 1, 2022 22:00
Show Gist options
  • Save felddy/711fe7a72baa282e52c4e038894df723 to your computer and use it in GitHub Desktop.
Save felddy/711fe7a72baa282e52c4e038894df723 to your computer and use it in GitHub Desktop.
foundryvtt_docker patch file that tests out the logging calls
#!/bin/sh
log_debug "This is a debug message."
log "This is an info message."
log_warn "This is a warning message."
log_error "This is an error message."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment