Code Monkey home page Code Monkey logo

cilicili's Introduction

cilicli

技术手段

  • [laravel]
  • [redis]
  • [goutte]
  • [queue]
  • [event listener]

todo

  • 搜索页
  • 首页前端

Log记录

Log::emergency($error); //紧急状况,比如系统挂掉

Log::alert($error); //需要立即采取行动的问题,比如整站宕掉,数据库异常等,这种状况应该通过短信提醒

Log::critical($error); //严重问题,比如:应用组件无效,意料之外的异常

Log::error($error); //运行时错误,不需要立即处理但需要被记录和监控

Log::warning($error); //警告但不是错误,比如使用了被废弃的API

Log::notice($error); //普通但值得注意的事件

Log::info($error); //感兴趣的事件,比如登录、退出

Log::debug($error); //详细的调试信息

监听队列运行

php artisan queue:work

cilicili's People

Contributors

kiris-tingna avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.