Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 470 Bytes

File metadata and controls

28 lines (19 loc) · 470 Bytes

Shoryuken's default logger level is INFO.

Logging in application

Shoryuken.logger.info("Info-level log message")

Changing to DEBUG (verbose)

You can pass -v while starting Shoryuken.

shoryuken -v

Other levels

See available levels.

Shoryuken.logger.level = Logger::FATAL

Logging to a file

shoryuken -L ./shoryuken.log